diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 22:51:25 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-25 14:51:53 +0100 |
commit | b9071a70fc27ec3f774a0e3babf0534c50369e14 (patch) | |
tree | 388ab26c43893730c55cc80a392966fbd7e4d83b /tests | |
parent | 8f04988e463f17d58ba5a52f09cf49231037bb6c (diff) | |
download | ffmpeg-b9071a70fc27ec3f774a0e3babf0534c50369e14.tar.gz |
avcodec/h261dec: Don't initialize unused VLCs
The H.261 decoder uses only the very first VLC of ff_h261_rl_tcoeff,
so only initialize this one. Saves 68448B from the .bss segment; in case
the decoder is actually used, this amount of memory is saved.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions