[FFmpeg-cvslog] r21824 - trunk/libavformat/raw.c

reimar subversion
Sun Feb 14 20:00:36 CET 2010


Author: reimar
Date: Sun Feb 14 20:00:36 2010
New Revision: 21824

Log:
Reindent

Modified:
   trunk/libavformat/raw.c

Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c	Sun Feb 14 19:59:56 2010	(r21823)
+++ trunk/libavformat/raw.c	Sun Feb 14 20:00:36 2010	(r21824)
@@ -501,7 +501,7 @@ static int h261_probe(AVProbeData *p)
             code = (code<<8) + get_bits(&gb, 8);
             i += 7;
         } else
-        code = (code<<1) + get_bits1(&gb);
+            code = (code<<1) + get_bits1(&gb);
         if ((code & 0xffff0000) == 0x10000) {
             int gn= (code>>12)&0xf;
             if(!gn)



More information about the ffmpeg-cvslog mailing list