mirror of https://github.com/FFmpeg/FFmpeg.git
This uses the RIFF header stored size to figure out the expected AVI file size, instead of the actual file. To work fully it requires handling failed avio_seek() instead of assuming they always succeed. Some fate file has been cut off and contains half a frame at the end which previously was not output during demuxing. This frame is now output to encoder, thus the fate diff update. Bug-Id: 261 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>pull/101/head
parent
4843a9c74f
commit
90411b333d
10 changed files with 13 additions and 4 deletions
Loading…
Reference in new issue