diff ac3dec_data.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 3085502c4f33
line wrap: on
line diff
--- a/ac3dec_data.h	Thu Oct 02 15:51:44 2008 +0000
+++ b/ac3dec_data.h	Thu Oct 02 15:52:04 2008 +0000
@@ -31,7 +31,7 @@
 extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2];
 extern const int8_t  ff_eac3_gaq_remap_2_4_b[9][2];
 
-extern const int16_t (*ff_eac3_mantissa_vq[8])[6];
+extern const int16_t (* const ff_eac3_mantissa_vq[8])[6];
 extern const uint8_t ff_eac3_frm_expstr[32][6];
 extern const uint8_t ff_eac3_default_cpl_band_struct[18];