diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-24 18:35:22 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 20:47:00 +0100 |
commit | 5a694d62c52a119729aa8234d097644a722f5f01 (patch) | |
tree | 8631c57cea8693564a5e7467f697836a182aad6d /libavcodec/fflcms2.h | |
parent | 8c39b2bca75c8615080709cf209ce58c5c595dc4 (diff) | |
download | ffmpeg-5a694d62c52a119729aa8234d097644a722f5f01.tar.gz |
avcodec/mpeg4videodec: 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