aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vb.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-10-28 14:17:40 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-08 17:51:45 +0100
commit34cb6d2360bb603c34eae8f488033bd6b4fbd279 (patch)
tree0aba1dae11b6075e047cc96e84cc800be7730576 /libavcodec/vb.c
parente804eb0ef6f163e5f939113afbd0cc73e4dac16e (diff)
downloadffmpeg-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/vb.c')
0 files changed, 0 insertions, 0 deletions