[FFmpeg-cvslog] huffyuv: increase VLC_BITS to 12

Christophe Gisquet git at videolan.org
Sat May 31 04:34:39 CEST 2014


ffmpeg | branch: master | Christophe Gisquet <christophe.gisquet at gmail.com> | Fri May 30 13:05:11 2014 +0200| [4ba8560077a19ae12bf0c875c57cdaa72d690441] | committer: Michael Niedermayer

huffyuv: increase VLC_BITS to 12

May require a different tuning for arm chips?

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ba8560077a19ae12bf0c875c57cdaa72d690441
---

 libavcodec/huffyuv.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
index 635a8ab..dc413a4 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)



More information about the ffmpeg-cvslog mailing list