On Sat, Apr 11, 2015 at 01:19:45PM +0200, wm4 wrote:
> On Sat, 14 Mar 2015 21:41:13 +0530
> Himangi Saraogi <[email protected]> wrote:
> > --- a/libavformat/ac3dec.c
> > +++ b/libavformat/ac3dec.c
> > @@ -61,7 +61,7 @@ static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID 
> > expected_codec_id)
> >  
> >      if (max_frames) {
> >          int pes = 0, i;
> > -        unsigned int code = -1;
> > +        unsigned int code = 0xffffffff;
> 
> Why change this? AFAIK it's perfectly valid C.

Citation required.

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

Reply via email to