From 1469f943adb06b85ac7e22fd3e8121c2308b0830 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 28 Nov 2011 09:33:36 +0100 Subject: indeo3: cosmetics Signed-off-by: Diego Biurrun --- libavcodec/indeo3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/indeo3.c') 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; -- cgit v1.2.3