[FFmpeg-cvslog] r11437 - trunk/libavformat/rmdec.c
Måns Rullgård
mans
Mon Jan 7 00:11:46 CET 2008
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, ×tamp) < 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.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list