summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2011-11-28 09:33:36 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-28 10:01:49 +0100
commit1469f943adb06b85ac7e22fd3e8121c2308b0830 (patch)
treea99ff07d0a2f432fabd9dc64a60f3458256b8fea /libavcodec/indeo3.c
parent2b45222b6a475d37a349f9abb877e20d99bca335 (diff)
indeo3: cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index e266aeecec..4f3cb36606 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -756,7 +756,7 @@ static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
av_log(avctx, AV_LOG_ERROR, "SkipCell procedure not implemented yet!\n");
CHECK_CELL
- if(!curr_cell.mv_ptr)
+ if (!curr_cell.mv_ptr)
return AVERROR_INVALIDDATA;
copy_cell(ctx, plane, &curr_cell);
return 0;