[FFmpeg-cvslog] r12395 - trunk/libavcodec/zmbv.c

kostya subversion
Sun Mar 9 15:16:27 CET 2008


Author: kostya
Date: Sun Mar  9 15:16:27 2008
New Revision: 12395

Log:
indentation

Modified:
   trunk/libavcodec/zmbv.c

Modified: trunk/libavcodec/zmbv.c
==============================================================================
--- trunk/libavcodec/zmbv.c	(original)
+++ trunk/libavcodec/zmbv.c	Sun Mar  9 15:16:27 2008
@@ -505,7 +505,7 @@ static int decode_frame(AVCodecContext *
         c->pic.key_frame = 0;
         c->pic.pict_type = FF_P_TYPE;
         if(c->decomp_len)
-        c->decode_xor(c);
+            c->decode_xor(c);
     }
 
     /* update frames */




More information about the ffmpeg-cvslog mailing list