diff 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
line wrap: on
line diff
--- a/msmpeg4.c	Mon Jan 14 06:10:02 2008 +0000
+++ b/msmpeg4.c	Mon Jan 14 22:10:19 2008 +0000
@@ -70,7 +70,7 @@
 static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
 
 /* vc1 externs */
-extern uint8_t wmv3_dc_scale_table[32];
+extern const uint8_t wmv3_dc_scale_table[32];
 
 #ifdef DEBUG
 int intra_count = 0;