Browse code

huffyuv: increase VLC_BITS to 12

May require a different tuning for arm chips?

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Christophe Gisquet authored on 2014/05/30 20:05:11
Showing 1 changed files
... ...
@@ -39,7 +39,7 @@
39 39
 #include "put_bits.h"
40 40
 #include "lossless_videodsp.h"
41 41
 
42
-#define VLC_BITS 11
42
+#define VLC_BITS 12
43 43
 
44 44
 #define MAX_BITS 16
45 45
 #define MAX_N (1<<MAX_BITS)