mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/bink: Remove the dead code block
Remove the dead code block Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
00555f4b8b
commit
3af73f2c85
|
@ -1046,8 +1046,6 @@ static int bink_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb,
|
|||
if ((ret = read_runs(c->avctx, gb, &c->bundle[BINK_SRC_RUN])) < 0)
|
||||
return ret;
|
||||
|
||||
if (by == bh)
|
||||
break;
|
||||
dst = frame->data[plane_idx] + 8*by*stride;
|
||||
prev = (c->last->data[plane_idx] ? c->last->data[plane_idx]
|
||||
: frame->data[plane_idx]) + 8*by*stride;
|
||||
|
|
Loading…
Reference in New Issue