diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-16 14:56:13 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:47 +0100 |
commit | 90c4958640cb0a4eb495a16e01926d379c1ceaed (patch) | |
tree | 3d87bb98daa9ee59e2e237e2d5fbef69d9201a1b /libavcodec/ac3enc.h | |
parent | 0ecd6879b33d6af11c28ff2387c43d2e151e8831 (diff) | |
download | ffmpeg-90c4958640cb0a4eb495a16e01926d379c1ceaed.tar.gz |
avcodec/mv30: Reduce the size of tables used to initialize VLCs
By switching from ff_init_vlc_sparse() to ff_init_vlc_from_lengths() one
can remove the array of codes of type uint16_t here; given that the
symbols are the default ones (0,1,2,...), no explicit symbols table
needs to be added.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/ac3enc.h')
0 files changed, 0 insertions, 0 deletions