diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-01 04:16:25 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:46 +0100 |
commit | f25dde0e278b0f70cfbcdb281a80de1b1e75f611 (patch) | |
tree | 95afacd09a9578f1ff84d12f09cd74f7837c741e /libavdevice/gdigrab.c | |
parent | cd7c3ac84d9e1ec8cfaa1af6b6b3447f40c4b860 (diff) | |
download | ffmpeg-f25dde0e278b0f70cfbcdb281a80de1b1e75f611.tar.gz |
avcodec/indeo2: Make tables used to initialize VLCs smaller
Switching from ff_init_vlc_sparse() to ff_init_vlc_from_lengths()
allows to replace codes which are so long that they need to be stored
in an uint16_t by symbols which fit into an uint8_t; furthermore, it is
also easily possible to already incorporate the offset (the real range
of Indeo 2 symbols starts at one, not zero) into the symbols.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavdevice/gdigrab.c')
0 files changed, 0 insertions, 0 deletions