Change #228360
Category | ffmpeg |
Changed by | Andreas Rheinhardt <andreas.rheinhardt | @outlook.com>
Changed at | Fri 25 Apr 2025 23:01:37 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | be7495c32ce64d4d32f9e3c6684899d5217db0ea |
Comments
avcodec/vp6: Use fewer number of bits in run VLCs Given that these trees have only nine elements and are complete, their depth is <= eight. Also remove the now unused FF_HUFFMAN_BITS constant. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/huffman.h
- libavcodec/vp6.c