On Fri, Sep 20, 2013 at 05:07:17PM +0200, Vittorio Giovara wrote: > --- a/libavformat/h264dec.c > +++ b/libavformat/h264dec.c > @@ -24,47 +24,59 @@ > > > - if(code & 0x80) //forbidden bit > + if (code & 0x80) //forbidden bit > return 0;
space after // LGTM otherwise Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
