diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-24 19:07:50 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 20:47:00 +0100 |
commit | 36b5f71b1fbc4757e3b8f1f5fe666553bfb4ce1f (patch) | |
tree | 1da90a1131682334c65f9b261a01f597dcbd9efd /libavcodec/fflcms2.h | |
parent | 5a694d62c52a119729aa8234d097644a722f5f01 (diff) | |
download | ffmpeg-36b5f71b1fbc4757e3b8f1f5fe666553bfb4ce1f.tar.gz |
avcodec/msmpeg4dec: Avoid superfluous VLC structures
For all VLCs here, the number of bits of the VLC is write-only,
because it is hardcoded at the call site. Therefore one can replace
these VLC structures with the only thing that is actually used:
The pointer to the VLCElem table. And in some cases one can even
avoid this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/fflcms2.h')
0 files changed, 0 insertions, 0 deletions