diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-05-30 13:05:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-31 04:26:41 +0200 |
commit | 4ba8560077a19ae12bf0c875c57cdaa72d690441 (patch) | |
tree | 36549e9909df6ee01e31acc3e60ef0f17281fd11 | |
parent | 2e532aa82d2b938a3cd913a363a79bf92ddf1a33 (diff) | |
download | ffmpeg-4ba8560077a19ae12bf0c875c57cdaa72d690441.tar.gz |
huffyuv: increase VLC_BITS to 12
May require a different tuning for arm chips?
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/huffyuv.h | 2 |
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) |