diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-06 23:38:48 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-10 08:37:01 +0200 |
commit | 4e43cdcd1a10e652a9f12016d2da6b04dc44dce8 (patch) | |
tree | d99869859148cb01885922e2f5e90cb7d23f9af7 /libavformat/wavdec.c | |
parent | 11623f36a89c5a77a4188c1658965ff783fc8ce4 (diff) | |
download | ffmpeg-4e43cdcd1a10e652a9f12016d2da6b04dc44dce8.tar.gz |
avformat/matroskaenc: Don't pretend to support unsupported codecs
RV10 and RV20 are unsupported because creating the correct CodecPrivate
is unsupported (the demuxer uses a codecpriv_offset of 26, so one
would need to recreate the missing 26 bytes); COOK and SIPR are
unsupported, because Matroska uses a packetization mode that is
different from what FFmpeg uses in its packets (see
matroska_parse_rm_audio() in the demuxer).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/wavdec.c')
0 files changed, 0 insertions, 0 deletions