1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-07 00:20:09 +02:00

huffyuv: increase VLC_BITS to 12

May require a different tuning for arm chips?

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Christophe Gisquet 2014-05-30 13:05:11 +02:00 committed by Michael Niedermayer
parent 2e532aa82d
commit 4ba8560077

View File

@ -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)