diff mpegvideo.h @ 3309:5e2c69db0ef7 libavcodec

MPEG-2 4:2:2 encoding support
author bcoudurier
date Tue, 16 May 2006 15:19:54 +0000
parents ecc93139021c
children 458b6162fa22
line wrap: on
line diff
--- a/mpegvideo.h	Tue May 16 14:24:45 2006 +0000
+++ b/mpegvideo.h	Tue May 16 15:19:54 2006 +0000
@@ -486,7 +486,7 @@
     uint8_t *chroma_dc_vlc_length;
 #define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level))
 
-    int coded_score[6];
+    int coded_score[8];
 
     /** precomputed matrix (combine qscale and DCT renorm) */
     int (*q_intra_matrix)[64];