]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
Typo
[ffmpeg] / libavcodec / zmbv.c
index fd2a12048740f149f875ca7d8ffb5e1295ff7b04..972cf2c2898b16c812636ad48943bd680494a7f2 100644 (file)
@@ -505,7 +505,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const
         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 */