aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-10-24 13:01:07 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-10-26 07:56:51 +0100
commit307a1b8e54841c7924aaa24ca400ce8129d64855 (patch)
tree72d79cc997f9786f0fac6dddb8ac2d60bdfc581c /libavcodec/cabac.h
parent77e8c959aa0e6bbe2ddfa9a11f3592cde2087f9a (diff)
downloadffmpeg-307a1b8e54841c7924aaa24ca400ce8129d64855.tar.gz
avcodec/mobiclip: Use smaller type for codes
Even though the length of these codes is > 8, only the lowest seven bits are ever set (because the long codes are on the left of the tree), so one can use an uint8_t for them, saving space. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/cabac.h')
0 files changed, 0 insertions, 0 deletions