diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-26 22:50:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 21:44:48 +0100 |
commit | 5615f9dab4e7f911ce8799c34c0ca425b0e2a090 (patch) | |
tree | d0e717c4afb84faa16fe432fe1b00d32c9192aaa /libavcodec/dcahuff.h | |
parent | 7e2120c4d955a99d004a2ac9b690233027fae1fb (diff) | |
download | ffmpeg-5615f9dab4e7f911ce8799c34c0ca425b0e2a090.tar.gz |
avcodec/wmaprodec: 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 most cases one can even
avoid this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dcahuff.h')
0 files changed, 0 insertions, 0 deletions