summaryrefslogtreecommitdiff
path: root/libavcodec/rv40vlc2.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-10-31 20:32:25 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-24 11:35:03 +0100
commit9a61326b0fa2f4c10e08aa4fd795ae2b0f4310bd (patch)
tree337f13c47766620f3d051d9859923e8fcc8d468c /libavcodec/rv40vlc2.h
parent278a27f651e1ef72096b7eaae3976d6a9ef1d404 (diff)
avcodec/rv40vlc2: Make VLC smaller
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/rv40vlc2.h')
-rw-r--r--libavcodec/rv40vlc2.h2
1 files changed, 1 insertions, 1 deletions
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,