diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-24 23:04:11 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 21:44:48 +0100 |
commit | 4d6042e9d7f89c94c434b082685d93e3f96e00ed (patch) | |
tree | 66f6d8397caf4c760026283925f621c8ac803774 /doc/examples/vaapi_encode.c | |
parent | 0e8abf26983aa0dc72cbfbb094eeed13a9b55404 (diff) | |
download | ffmpeg-4d6042e9d7f89c94c434b082685d93e3f96e00ed.tar.gz |
avcodec/aacdec_common: 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 'doc/examples/vaapi_encode.c')
0 files changed, 0 insertions, 0 deletions