Revision 2d974017 libavcodec/mpegvideo.h
libavcodec/mpegvideo.h | ||
---|---|---|
486 | 486 |
uint8_t *chroma_dc_vlc_length; |
487 | 487 |
#define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level)) |
488 | 488 |
|
489 |
int coded_score[6];
|
|
489 |
int coded_score[8];
|
|
490 | 490 |
|
491 | 491 |
/** precomputed matrix (combine qscale and DCT renorm) */ |
492 | 492 |
int (*q_intra_matrix)[64]; |
Also available in: Unified diff