comparison msmpeg4.c @ 6146:809fd829a864 libavcodec

Add a couple of missing consts. patch by Sigbjrn Skjret, cisc broadpark no
author diego
date Mon, 14 Jan 2008 22:10:19 +0000
parents 5c19c955c62b
children 8e63d869a904
comparison
equal deleted inserted replaced
6145:ddf5d7fae101 6146:809fd829a864
68 #endif //CONFIG_ENCODERS 68 #endif //CONFIG_ENCODERS
69 static int msmpeg4v12_decode_mb(MpegEncContext *s, DCTELEM block[6][64]); 69 static int msmpeg4v12_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
70 static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]); 70 static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
71 71
72 /* vc1 externs */ 72 /* vc1 externs */
73 extern uint8_t wmv3_dc_scale_table[32]; 73 extern const uint8_t wmv3_dc_scale_table[32];
74 74
75 #ifdef DEBUG 75 #ifdef DEBUG
76 int intra_count = 0; 76 int intra_count = 0;
77 int frame_count = 0; 77 int frame_count = 0;
78 #endif 78 #endif