You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user