diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-08 10:48:24 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:47 +0100 |
commit | fb0ae037d024e96093ccbf8cb366dd1fbbdf9644 (patch) | |
tree | 7a307309eb6369b02458a32cd33d32bfb9a3100f /libavcodec/mpegutils.c | |
parent | 240a25f94fb71a38d0ab9034681e4276f08e1750 (diff) | |
download | ffmpeg-fb0ae037d024e96093ccbf8cb366dd1fbbdf9644.tar.gz |
avcodec/qdmc: Make tables used to initialize VLCs smaller
This is possible by switching to ff_init_vlc_from_lengths() which allows
to replace tables of codes of size uint16_t or uint32_t by tables of
symbols of size uint8_t; in case there already were symbols tables the
savings are even bigger.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/mpegutils.c')
0 files changed, 0 insertions, 0 deletions