diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 23:32:35 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-25 14:51:53 +0100 |
commit | 3e0bd5064d4e2f87a69c6028eb739db5a45d3cb9 (patch) | |
tree | a6a6ca372a299143b7732273b575d39e4e899f7c /libavcodec/aac_ac3_parser.h | |
parent | b0c47487701d135c9ed1423fa367643cf03c8670 (diff) | |
download | ffmpeg-3e0bd5064d4e2f87a69c6028eb739db5a45d3cb9.tar.gz |
avcodec/mpeg4videodec: Don't initialize unused RL VLCs
The RLTables whose VLC tables are only used for intra blocks only use
the very first VLC table; yet all 32 have been initialized. This commit
stops this by switching to INIT_FIRST_VLC_RL. This saves 201624B from
the .bss segment; in case the decoder is actually used, this translates
into less memory used.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/aac_ac3_parser.h')
0 files changed, 0 insertions, 0 deletions