On Tue, Feb 10, 2015 at 2:45 PM, Luca Barbato <[email protected]> wrote:
> On 10/02/15 20:43, Vittorio Giovara wrote:
>>
>> 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.
>>
> They will as soon as you add them.

let's drop them all then :p

-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to