[SCM] libav/experimental: cosmetics: Add another pair of parentheses to aid readability.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:11:24 UTC 2013


The following commit has been merged in the experimental branch:
commit c807e68f467ef7c6d6dd2692fc4829de9895e3ba
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jan 6 22:50:09 2008 +0000

    cosmetics: Add another pair of parentheses to aid readability.
    
    Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 970f5a3..c5c3969 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -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 )
             av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list