mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/mpeg12dec: Remove write-only assignment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2f22fd7ec1
commit
bbe10bcae8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user