[FFmpeg-devel] [PATCH]Fix error condition in idcin demuxer

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 7 13:15:14 CET 2012


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> > -            if (ret < 0)
> > -                return ret;
> > +            if (!pal)
> > +                return AVERROR(ENOMEM) ;
> 
> Looks good to me except for the extra space before the ;

Removed the space and pushed.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list