diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-26 18:01:07 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 21:44:48 +0100 |
commit | eb422c606aac55429cc50fb7f3a4534c4e8f3906 (patch) | |
tree | 94154587a1802afbd06df988e3af4c6c0b34c82b /libavfilter/vf_convolution_opencl.c | |
parent | 4fe91e3676a1885d0e00321963845aa3acc6eee0 (diff) | |
download | ffmpeg-eb422c606aac55429cc50fb7f3a4534c4e8f3906.tar.gz |
avcodec/aacps_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.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_convolution_opencl.c')
0 files changed, 0 insertions, 0 deletions