Browse Source

indeo3: cosmetics

Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n0.9
Kostya Shishkov Diego Biurrun 13 years ago
parent
commit
1469f943ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/indeo3.c

+ 1
- 1
libavcodec/indeo3.c View File

@@ -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;


Loading…
Cancel
Save