[FFmpeg-devel] [PATCH v2] lavf/mxfdec: demux s436m as eia608 subtitle track

Baptiste Coudurier baptiste.coudurier at gmail.com
Sat Jul 7 00:26:03 EEST 2018


Hi Derek,

On Wed, Jul 4, 2018 at 3:54 PM, Derek Buitenhuis <derek.buitenhuis at 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


More information about the ffmpeg-devel mailing list