[FFmpeg-cvslog] r11437 - trunk/libavformat/rmdec.c

Aurelien Jacobs aurel
Mon Jan 7 01:05:01 CET 2008


M?ns Rullg?rd wrote:

> diego <subversion at mplayerhq.hu> writes:
> 
> > Author: diego
> > Date: Sun Jan  6 23:50:09 2008
> > New Revision: 11437
> >
> > Log:
> > cosmetics: Add another pair of parentheses to aid readability.
> >
> > Modified:
> >    trunk/libavformat/rmdec.c
> >
> > Modified: trunk/libavformat/rmdec.c
> > ==============================================================================
> > --- trunk/libavformat/rmdec.c	(original)
> > +++ trunk/libavformat/rmdec.c	Sun Jan  6 23:50:09 2008
> > @@ -716,7 +716,7 @@ resync:
> >          if (ff_rm_parse_packet (s, st, len, pkt, &seq, &flags,
> > &timestamp) < 0) goto resync;
> >
> > -        if(flags&2 && (seq&0x7F) == 1)
> > +        if( (flags&2) && (seq&0x7F) == 1 )
> 
> Aaaarrgghh!  PLEASE, don't put whitespace right after ( or right
> before ).  It looks so hideous.

+1

Aurel




More information about the ffmpeg-cvslog mailing list