[FFmpeg-devel] [PATCH v2 50/71] avcodec/mpeg12dec: Remove write-only assignment
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sat May 11 23:51:14 EEST 2024
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
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
More information about the ffmpeg-devel
mailing list