diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-07 00:38:34 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-10 08:37:01 +0200 |
commit | 1df13b3891aa5fd482bfe9ff9e455b39e0a3cd38 (patch) | |
tree | 7aeb80228b7bb591e14f8873deed62f1f5b84226 /libavformat/wavdec.c | |
parent | 4e43cdcd1a10e652a9f12016d2da6b04dc44dce8 (diff) | |
download | ffmpeg-1df13b3891aa5fd482bfe9ff9e455b39e0a3cd38.tar.gz |
avformat/matroskaenc: Don't pretend to be able to mux RV30
The demuxer uses a extradata offset of 26, so we would need
to recreate the missing 26 bytes somehow in the muxer, but
we just don't. Remuxed files (like real/rv30.rm from the FATE-suite)
don't work due to missing extradata.
(The extradata offset also applies to RV40 and the extradata
is indeed lost upon remuxing, yet remuxing real/spygames-2MB.rmvb
works; our RV40 decoder does not use extradata at all.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/wavdec.c')
0 files changed, 0 insertions, 0 deletions