diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-19 19:39:25 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-07-03 20:35:31 +0200 |
commit | b2be342ab6689e6c1fb8fe84dcb19ffe897bb9e9 (patch) | |
tree | 4d9f952ba66cd0870e3e01e702e94a7fbe885590 /libavfilter/textutils.c | |
parent | 584d50c5f3df29b2f40fbe93a48731456ff287ca (diff) | |
download | ffmpeg-b2be342ab6689e6c1fb8fe84dcb19ffe897bb9e9.tar.gz |
avcodec/h263dec: Remove redundant block parameter from decode_mb
With the exception of mpeg4_decode_studio_mb(), all decode_mb
functions implicitly presumed that the block provided as
argument coincides with MpegEncContext.block (they zeroed the latter
and then used the former to decode the block); mpeg4_decode_studio_mb()
meanwhile did not use the provided block at all (it uses blocks of
int32_t). So remove said parameter.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/textutils.c')
0 files changed, 0 insertions, 0 deletions