[SCM] libav/experimental: indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 811d91465239dda3218de28bf81b3012b1085731
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sun Mar 9 14:16:27 2008 +0000

    indentation
    
    Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index fd2a120..972cf2c 100644
--- a/libavcodec/zmbv.c
+++ b/libavcodec/zmbv.c
@@ -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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list