diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-24 13:01:07 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-26 07:56:51 +0100 |
commit | 307a1b8e54841c7924aaa24ca400ce8129d64855 (patch) | |
tree | 72d79cc997f9786f0fac6dddb8ac2d60bdfc581c /libavcodec/error_resilience.h | |
parent | 77e8c959aa0e6bbe2ddfa9a11f3592cde2087f9a (diff) | |
download | ffmpeg-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/error_resilience.h')
0 files changed, 0 insertions, 0 deletions