summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2008-03-09 14:16:27 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2008-03-09 14:16:27 +0000
commit811d91465239dda3218de28bf81b3012b1085731 (patch)
tree697c3ba95fdb4d7cca7cf9d6efbacd3b2532f5dc /libavcodec/zmbv.c
parent1ba3bae800d41f239109ae82dc06617962657f48 (diff)
indentation
Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/zmbv.c')
-rw-r--r--libavcodec/zmbv.c2
1 files changed, 1 insertions, 1 deletions
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 */