Changeset 4e43cdcd in ffmpeg

Timestamp:
Aug 10, 2023, 6:37:01 AM (16 months ago)
Author:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Branches:
master
Children:
1df13b38
Parents:
11623f36
git-author:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (08/06/23 21:38:48)
git-committer:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (08/10/23 06:37:01)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.