aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sga.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-24 17:14:07 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-10-31 20:47:00 +0100
commite5dcde620d5617fbfdc1e8a699415b742245638f (patch)
tree82df00b2b2be56d05ebebb6b5240425e3970d774 /libavcodec/sga.c
parentfd4cb6ebee1c8e1673c2e4ef11d95853fd80bc51 (diff)
downloadffmpeg-e5dcde620d5617fbfdc1e8a699415b742245638f.tar.gz
avcodec/vc1: Avoid superfluous VLC structures
For all VLCs here, the number of bits of the VLC is write-only, because it is hardcoded at the call site. Therefore one can replace these VLC structures with the only thing that is actually used: The pointer to the VLCElem table. And in some cases one can even avoid this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/sga.c')
0 files changed, 0 insertions, 0 deletions