diff msmpeg4data.h @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents c4a4495715dd
children 3b5964de95cd
line wrap: on
line diff
--- a/msmpeg4data.h	Thu Oct 02 15:51:44 2008 +0000
+++ b/msmpeg4data.h	Thu Oct 02 15:52:04 2008 +0000
@@ -91,7 +91,7 @@
 extern const uint32_t ff_table1_dc_chroma[120][2];
 
 #define WMV2_INTER_CBP_TABLE_COUNT 4
-extern const uint32_t (*wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2];
+extern const uint32_t (* const wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2];
 
 extern const uint8_t wmv2_scantableA[64];
 extern const uint8_t wmv2_scantableB[64];