changeset 6479:863a6c0ff6ad libavcodec

indentation
author kostya
date Sun, 09 Mar 2008 14:16:27 +0000
parents 9818b6840614
children 6f01a499e785
files zmbv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zmbv.c	Sun Mar 09 14:15:40 2008 +0000
+++ b/zmbv.c	Sun Mar 09 14:16:27 2008 +0000
@@ -505,7 +505,7 @@
         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 */