huffyuv: increase VLC_BITS to 12

May require a different tuning for arm chips?

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/74/head
Christophe Gisquet 11 years ago committed by Michael Niedermayer
parent 2e532aa82d
commit 4ba8560077
  1. 2
      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)

Loading…
Cancel
Save