[FFmpeg-devel] [PATCH]lavf/mov: Accept multiple fourcc for AVID 1:1
Carl Eugen Hoyos
ceffmpeg at gmail.com
Mon Dec 12 13:28:18 EET 2016
2016-12-02 1:03 GMT+01:00 compn <tempn at mi.rr.com>:
> On Fri, 2 Dec 2016 00:40:02 +0100
> Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
>
>> 2016-12-01 19:58 GMT+01:00 compn <tempn at mi.rr.com>:
>>
>> > if (codec_tag &&
>> > (codec_tag != format &&
>> > + (codec_tag != AV_RL32("AV1x") || format !=
>> > AV_RL32("AVup")) && // prores is allowed to have differing data
>> > format and codec tag codec_tag != AV_RL32("apcn") && codec_tag !=
>> > AV_RL32("apch") && // so is dv (sigh)
>> >
>> > what about adding a comment like the prores/dv comments?
>>
>> How should the comment look like?
>
> // Avid codecs create different format and codec tags
Pushed with a similar comment.
Carl Eugen
More information about the ffmpeg-devel
mailing list