summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/huffyuv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
index 635a8aba27..dc413a418c 100644
--- a/libavcodec/huffyuv.h
+++ b/libavcodec/huffyuv.h
@@ -39,7 +39,7 @@
#include "put_bits.h"
#include "lossless_videodsp.h"
-#define VLC_BITS 11
+#define VLC_BITS 12
#define MAX_BITS 16
#define MAX_N (1<<MAX_BITS)