[FFmpeg-devel] [PATCH]lavf/mov: Accept multiple fourcc for AVID 1:1
compn
tempn at mi.rr.com
Fri Dec 2 02:03:03 EET 2016
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
no idea.
-compn
More information about the ffmpeg-devel
mailing list