]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dv.h
Merge commit '443502aed8b814d883825e52e91e4f018955aa66'
[ffmpeg] / libavcodec / dv.h
index e68d7b02d560e79ce8221ee540c03d0ec4444d10..5d282633dd3a11690016c9b2dfe4d298ba832e88 100644 (file)
@@ -90,9 +90,9 @@ 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];
+extern RL_VLC_ELEM ff_dv_rl_vlc[1664];
 
 int ff_dv_init_dynamic_tables(DVVideoContext *s, const AVDVProfile *d);