summaryrefslogtreecommitdiffstats
path: root/libavutil/error.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2020-11-08 10:48:24 +0100
committerAndreas Rheinhardt <[email protected]>2020-12-08 17:51:47 +0100
commitfb0ae037d024e96093ccbf8cb366dd1fbbdf9644 (patch)
tree7a307309eb6369b02458a32cd33d32bfb9a3100f /libavutil/error.c
parent240a25f94fb71a38d0ab9034681e4276f08e1750 (diff)
avcodec/qdmc: Make tables used to initialize VLCs smaller
This is possible by switching to ff_init_vlc_from_lengths() which allows to replace tables of codes of size uint16_t or uint32_t by tables of symbols of size uint8_t; in case there already were symbols tables the savings are even bigger. Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavutil/error.c')
0 files changed, 0 insertions, 0 deletions