diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-09 01:11:40 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-25 14:51:53 +0100 |
commit | a3831e81ff368f6c8f098b5c3dad80cae91bacae (patch) | |
tree | d622201fb0d740a14e40ab2cef5bd56cb85160f7 /libavcodec/vp9data.h | |
parent | 3e0bd5064d4e2f87a69c6028eb739db5a45d3cb9 (diff) | |
download | ffmpeg-a3831e81ff368f6c8f098b5c3dad80cae91bacae.tar.gz |
avcodec/ituh263dec: Don't initialize unused RL VLCs
The ff_rl_intra_aic RLTable is only used by ituh263dec and ituh263enc;
the former is the only user of its RL VLC tables. It uses only the very
first one of these VLC tables, but up until now all 32 are initialized,
wasting 68696B from the .bss segment (or that amount of memory if this
decoder has actually been used). This commit changes this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/vp9data.h')
0 files changed, 0 insertions, 0 deletions