On Tue, Feb 10, 2015 at 2:36 PM, Alex Converse <[email protected]> wrote:
> On Tue, Feb 10, 2015 at 11:33 AM, Vittorio Giovara
> <[email protected]> wrote:
>> ---
>>  libavformat/riff.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/libavformat/riff.c b/libavformat/riff.c
>> index 776a25f..a093986 100644
>> --- a/libavformat/riff.c
>> +++ b/libavformat/riff.c
>> @@ -349,6 +349,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
>>      { AV_CODEC_ID_G2M,          MKTAG('G', '2', 'M', '4') },
>>      { AV_CODEC_ID_FIC,          MKTAG('F', 'I', 'C', 'V') },
>>      { AV_CODEC_ID_PRORES,       MKTAG('A', 'P', 'C', 'N') },
>> +    { AV_CODEC_ID_PRORES,       MKTAG('A', 'P', 'C', 'H') },
>>      { AV_CODEC_ID_NONE,         0 }
>>  };
>>
>
> Should we go ahead and put all the prores 4CCs in here? 0, 1, many,
> and all that jazz?

I have no strong opinion on that, but I'd rather do that when samples appear.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to