1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
FFmpeg/tests/ref
James Almer eabbc64728 avformat/matroskaenc: fix cue relative position values when CRC32 is enabled
The dynamic buffer does not contain the CRC32 element so calls to avio_tell()
don't take it into account. This resulted in CueRelativePosition values being
six bytes short.
This is a regression since 6724525a15

Instead of adding yet another custom check for CRC32 to fix a size or an offset,
remove the existing ones and reserve the six bytes in the dynamic buffer.

Signed-off-by: James Almer <jamrial@gmail.com>
2016-10-26 16:28:59 -03:00
..
acodec avformat: add a TTA Muxer 2016-08-04 16:25:40 -03:00
fate avformat/matroskaenc: fix cue relative position values when CRC32 is enabled 2016-10-26 16:28:59 -03:00
lavf avformat/matroskaenc: fix cue relative position values when CRC32 is enabled 2016-10-26 16:28:59 -03:00
lavf-fate lavf/mov: Add support for edit list parsing. 2016-09-19 19:52:05 +02:00
seek lavf/flvdec: init AVPacket::pos to FLVTAG offset 2016-10-26 02:12:18 +02:00
vsynth tests/fate/vcodec: add dnxhr mov tests 2016-08-22 12:59:54 +02:00
vsynth1
vsynth_lena