diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-26 18:36:38 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 21:44:48 +0100 |
commit | c9aa80c313911b9ac44ab8099bdcc612796c6b90 (patch) | |
tree | bffeb1cbacac15cf18c728f1a53737837fa48223 /tests/api/api-h264-slice-test.c | |
parent | 5dc31bc67b2de29045b437037ba6a8fd81f1696c (diff) | |
download | ffmpeg-c9aa80c313911b9ac44ab8099bdcc612796c6b90.tar.gz |
avcodec/mpegaudiodec_common: Avoid superfluous VLC structures
For some 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.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/api/api-h264-slice-test.c')
0 files changed, 0 insertions, 0 deletions