[FFmpeg-devel] [PATCH 5/6] dv: increase reading bits to 10

Christophe Gisquet christophe.gisquet at gmail.com
Sat Oct 25 13:19:24 CEST 2014


>From 356 to 348 cycles.
---
 libavcodec/dv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index 8a54cfe..3065806 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@ -90,7 +90,7 @@ enum dv_pack_type {
  */
 #define DV_MAX_BPM 8
 
-#define TEX_VLC_BITS 9
+#define TEX_VLC_BITS 10
 
 extern RL_VLC_ELEM ff_dv_rl_vlc[1184];
 
-- 
1.9.2.msysgit.0



More information about the ffmpeg-devel mailing list