[FFmpeg-devel] [PATCH]Refuse to mux some real codecs into mkv

Paul B Mahol onemda at gmail.com
Thu Jan 24 21:42:06 CET 2013


On 1/24/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
>
>> > The following codecs produce an unplayable file when muxed into mkv:
>> > ATRAC3, COOK, RA_288, SIPR, RV10 and RV20.
>> > The patch makes the mkv muxer refuse to mux them.
>>
>> Wouldn't removing FFFFFFF list entries be better fix?
>
> How would removing the entries stop the muxer from
> muxing unplayable files?
>
> (Apart from the fact that with the patch, the muxer
> returns a useful error message that help users.)
>
>> Wouldn't it be much better if you spend time in more
>> efficient way by adding muxing support instead?
>
> From a (very) quick try, I wasn't successful.

It is really trivial, you need to create and fill 3 structs.
Everything is documented.

>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list