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_s16 | |
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_s16')
-rw-r--r-- | tests/ref/lavf/voc_s16 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/lavf/voc_s16 b/tests/ref/lavf/voc_s16 index 425d9655ad..d53c9506e6 100644 --- a/tests/ref/lavf/voc_s16 +++ b/tests/ref/lavf/voc_s16 @@ -1,3 +1,3 @@ -b20728bf036d2e23508869acbad4e576 *./tests/data/lavf/lavf.s16.voc -163840 ./tests/data/lavf/lavf.s16.voc -./tests/data/lavf/lavf.s16.voc CRC=0xfa9b6c39 +8ed10b311e49b4d4b18679b126492159 *./tests/data/lavf/lavf.s16.voc +180437 ./tests/data/lavf/lavf.s16.voc +./tests/data/lavf/lavf.s16.voc CRC=0x7bd585ff |