diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-28 14:17:40 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:45 +0100 |
commit | 34cb6d2360bb603c34eae8f488033bd6b4fbd279 (patch) | |
tree | 0aba1dae11b6075e047cc96e84cc800be7730576 /libavcodec/smc.c | |
parent | e804eb0ef6f163e5f939113afbd0cc73e4dac16e (diff) | |
download | ffmpeg-34cb6d2360bb603c34eae8f488033bd6b4fbd279.tar.gz |
avcodec/mimic: Reduce size of tables used to initialize VLCs
By switching to ff_init_vlc_from_lengths() one can replace a table of
codes of type uint32_t with a table of symbols of type uint8_t saving
space. The old tables also had holes in it (because of the symbols) which
are now superfluous, saving ever more space.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/smc.c')
0 files changed, 0 insertions, 0 deletions