diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-10 21:36:30 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-12 00:13:53 +0200 |
commit | 277f20c3c877a74aca9d480480024a6d66c9fbc4 (patch) | |
tree | 2e23a2db444f077ecd6cbc8a50890a1a72988e0f /tests/ref/lavf/voc | |
parent | 4f6df20a008e52e767550e1ea94280a15c1408b6 (diff) | |
download | ffmpeg-277f20c3c877a74aca9d480480024a6d66c9fbc4.tar.gz |
lavf: always call avio_flush in av_write_trailer.
Otherwise for muxers like e.g. latmenc that never call
avio_flush (and do not have a write_trailer function)
a part of the data will always be missing.
Also update references for the voc muxer, which was also
buggy before and did not write out all data.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/ref/lavf/voc')
-rw-r--r-- | tests/ref/lavf/voc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/lavf/voc b/tests/ref/lavf/voc index 25e8b44434..ea903b6ce7 100644 --- a/tests/ref/lavf/voc +++ b/tests/ref/lavf/voc @@ -1,3 +1,3 @@ -b0bc287ce4e3eef7c1012610dd7ff6d0 *./tests/data/lavf/lavf.voc -32768 ./tests/data/lavf/lavf.voc -./tests/data/lavf/lavf.voc CRC=0xa2d77c12 +5c4ee01048e7a8a138a97e80cf7a1924 *./tests/data/lavf/lavf.voc +45261 ./tests/data/lavf/lavf.voc +./tests/data/lavf/lavf.voc CRC=0x74b2b546 |