diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-25 23:11:42 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:45 +0100 |
commit | a8646a7b3fc9833c4cb3dfc236264e60ea8bcec7 (patch) | |
tree | 3ea0cac7490ec71799256bcc6ebed72f28ea193b /doc/examples/demuxing_decoding.c | |
parent | f86dcd007ffac5ab8098e6e222418179fe0ce17a (diff) | |
download | ffmpeg-a8646a7b3fc9833c4cb3dfc236264e60ea8bcec7.tar.gz |
avcodec/wnv1: Make array for initializing VLC smaller
This is possible by switching to ff_init_vlc_from_lengths() which allows
to replace the table for the codes (which need an uint16_t) by a table
of symbols which fit into an uint8_t. Also switch to an ordinary
INIT_VLC macro while just at it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/examples/demuxing_decoding.c')
0 files changed, 0 insertions, 0 deletions