Hi Derek,

On Wed, Jul 4, 2018 at 3:54 PM, Derek Buitenhuis <derek.buitenh...@gmail.com
> wrote:

> On 04/07/2018 23:05, Baptiste Coudurier wrote:
> > +        if (length < 0)
> > +            return AVERROR_INVALIDDATA;
> > +
> > +        int array_count = avio_rb32(s->pb);
> > +        int array_elem_size = avio_rb32(s->pb);
>
> Mixed declarations aren't allowed in FFmpeg.
>

True, forgot about that. I'm addressing this in the next update.

-- 
Baptiste Coudurier
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to