Commit 4ba85600 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

huffyuv: increase VLC_BITS to 12

May require a different tuning for arm chips?
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2e532aa8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment