diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-15 22:31:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-07-03 20:34:51 +0200 |
commit | 4fc874ef0813d39983f9b634cec42798aa94b57a (patch) | |
tree | d807d8f2d3ccb1a7e58aec8ac8df2e9586f7fee9 /tests/api/api-dump-stream-meta-test.c | |
parent | 8cff637cf0de47427e2a62790e0468b7aaa3e0c5 (diff) | |
download | ffmpeg-4fc874ef0813d39983f9b634cec42798aa94b57a.tar.gz |
avcodec/mpeg_er: Don't use MpegEncContext.block
It is unused (because unquantizing/the idct has been disabled)
apart from FF_DEBUG_DCT_COEFF debug code which makes no sense
when this function is called via error resilience. So pass a NULL
as block when calling ff_mpv_reconstruct_mb() from mpeg_er_decode_mb()
and disable the debug code in this scenario.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/api/api-dump-stream-meta-test.c')
0 files changed, 0 insertions, 0 deletions