diff ac3dec_data.c @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents 06340e09c0ba
children 3085502c4f33
line wrap: on
line diff
--- a/ac3dec_data.c	Thu Oct 02 15:51:44 2008 +0000
+++ b/ac3dec_data.c	Thu Oct 02 15:52:04 2008 +0000
@@ -1072,7 +1072,7 @@
 {   3231,   -3284,   27336,    4174,   -1683,     497},
 };
 
-const int16_t (*ff_eac3_mantissa_vq[8])[6] = {
+const int16_t (* const ff_eac3_mantissa_vq[8])[6] = {
     NULL,
     vq_hebap1,
     vq_hebap2,