Hi,

On Wed, Jun 20, 2012 at 6:23 PM, Diego Biurrun <[email protected]> wrote:
> On Wed, Jun 20, 2012 at 10:25:00AM -0700, Ronald S. Bultje wrote:
>>
>> --- a/libavformat/ivfdec.c
>> +++ b/libavformat/ivfdec.c
>> @@ -87,5 +87,5 @@ AVInputFormat ff_ivf_demuxer = {
>>      .flags          = AVFMT_GENERIC_INDEX,
>> -    .codec_tag      = (const AVCodecTag*[]){ ff_codec_bmp_tags, 0 },
>> +    .codec_tag      = (const AVCodecTag* const []){ ff_codec_bmp_tags, 0 },
>
> This looks correct but incomplete.  You appear to have overlooked the
> missing const in cafdec.c.

The patch starts with "ivf", so it seems unrelated.

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

Reply via email to