Commit 1469f943 authored by Kostya Shishkov's avatar Kostya Shishkov Committed by Diego Biurrun

indeo3: cosmetics

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 2b45222b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment