[FFmpeg-devel] [PATCH]lavf/mov: Accept multiple fourcc for AVID 1:1

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Dec 2 01:40:02 EET 2016


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?

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list