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

diego subversion
Wed Jan 16 23:47:52 CET 2008


Author: diego
Date: Wed Jan 16 23:47:51 2008
New Revision: 11544

Log:
Remove some spaces to keep certain people's eyes from hurting.


Modified:
   trunk/libavformat/rmdec.c

Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c	(original)
+++ trunk/libavformat/rmdec.c	Wed Jan 16 23:47:51 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)
             av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
     }
 




More information about the ffmpeg-cvslog mailing list