summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-05-16 15:19:54 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-05-16 15:19:54 +0000
commit2d974017b03503c09082eff5558c3b2606dbcdaf (patch)
tree675a111c8620a323985d87f5e8d537a34132e0f8 /libavcodec/mpegvideo.h
parentc2f69579bb9cb929fb2cfcba426f524f0f107169 (diff)
downloadffmpeg-streaming-2d974017b03503c09082eff5558c3b2606dbcdaf.zip
ffmpeg-streaming-2d974017b03503c09082eff5558c3b2606dbcdaf.tar.gz
MPEG-2 4:2:2 encoding support
Originally committed as revision 5387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index d2584e9..7fc9023 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -486,7 +486,7 @@ typedef struct MpegEncContext {
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];
OpenPOWER on IntegriCloud