aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-12-14 01:36:54 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-02 07:12:01 +0200
commit048bc3fe31502e0fa5ba115cc91611a72c8fec2e (patch)
tree804d47d6b8acde136663fe7f8f904167b713af69 /Changelog
parentad91cf1f2f5793db5c6dd7ab9947fcc6d7832607 (diff)
downloadffmpeg-048bc3fe31502e0fa5ba115cc91611a72c8fec2e.tar.gz
avformat/matroskadec: Add a workaround for missing WavPack extradata
mkvmerge versions 6.2 to 40.0 had a bug that made it not propagate the WavPack extradata (containing the WavPack version) during remuxing from a Matroska file; currently our demuxer would treat every WavPack block encountered as invalid data (unless the WavPack stream is to be discarded (i.e. the streams discard is >= AVDISCARD_ALL)) and try to resync to the next level 1 element. Luckily, the WavPack version is currently not really important; so we fix this problem by assuming a version. David Bryant, the creator of WavPack, recommended using version 0x410 (the most recent version) for this. And this is what this commit does. A FATE-test for this has been added. Reviewed-by: David Bryant <david@wavpack.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions