diff mpegvideo.h @ 599:b1a191202f96 libavcodec

mpeg4 mpeg quantizer encoding
author michaelni
date Tue, 06 Aug 2002 23:51:15 +0000
parents 0c950f816d61
children 98e39397636b
line wrap: on
line diff
--- a/mpegvideo.h	Mon Aug 05 21:36:14 2002 +0000
+++ b/mpegvideo.h	Tue Aug 06 23:51:15 2002 +0000
@@ -521,6 +521,9 @@
 
 extern UINT8 ff_mpeg4_y_dc_scale_table[32];
 extern UINT8 ff_mpeg4_c_dc_scale_table[32];
+extern INT16 ff_mpeg4_default_intra_matrix[64];
+extern INT16 ff_mpeg4_default_non_intra_matrix[64];
+
 void h263_encode_mb(MpegEncContext *s, 
                     DCTELEM block[6][64],
                     int motion_x, int motion_y);