You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
committed by
Diego Biurrun
parent
2b45222b6a
commit
1469f943ad
@@ -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;
|
||||
|
Reference in New Issue
Block a user