Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/mpeg12dec.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index 3cd706de36..e573d3cdff 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -2788,8 +2788,6 @@ static int ipu_decode_frame(AVCodecContext *avctx,
AVFrame *frame,
m->intra_scantable.permutated,
m->last_dc, s->block[n],
n, m->qscale);
- if (ret >= 0)
- m->block_last_index[n] = ret;
} else {
ret = mpeg2_decode_block_intra(m, s->block[n], n);
}
--
2.40.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".