From 811d91465239dda3218de28bf81b3012b1085731 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 9 Mar 2008 14:16:27 +0000 Subject: indentation Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/zmbv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/zmbv.c') diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index fd2a120487..972cf2c289 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 */ -- cgit v1.2.3