diff mbox series

[FFmpeg-devel,v2,071/162] avcodec/rv40vlc2: Make VLC smaller

Message ID 20201120072116.818090-72-andreas.rheinhardt@gmail.com
State Accepted
Headers show
Series VLC, esp. init_vlc patches | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Nov. 20, 2020, 7:19 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavcodec/rv40vlc2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/rv40vlc2.h b/libavcodec/rv40vlc2.h
index 15119a145b..4cdc7a4193 100644
--- a/libavcodec/rv40vlc2.h
+++ b/libavcodec/rv40vlc2.h
@@ -33,7 +33,7 @@ 
  * codes used for the first four block types
  */
 //@{
-#define AIC_TOP_BITS  8
+#define AIC_TOP_BITS  7
 #define AIC_TOP_SIZE 16
 static const uint8_t rv40_aic_top_vlc_codes[AIC_TOP_SIZE] = {
  0x01, 0x05, 0x01, 0x00, 0x03, 0x3D, 0x1D, 0x02,