diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-05-25 17:21:53 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-21 22:08:51 +0200 |
commit | c2e5f7466db0b55d3fbb3b0ed0f133ddad0ad69a (patch) | |
tree | a0cf92244e18dc11ac062a7fa9d3f277eb2474aa /tests/checkasm/checkasm.c | |
parent | 069329ec02577caa011952cf709ceed44e3f7136 (diff) | |
download | ffmpeg-c2e5f7466db0b55d3fbb3b0ed0f133ddad0ad69a.tar.gz |
avcodec/mpeg12dec: Don't store block_last_index unnecessarily
Given that the MPEG-1/2 decoders unquantize the blocks
on their own, block_last_index is only used to signal
to ff_mpv_reconstruct_mb() whether a block is skipped
or not; but this is only checked for inter macroblocks,
so it is unnecessary to set block_last_index for intra
macroblocks.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/checkasm/checkasm.c')
0 files changed, 0 insertions, 0 deletions