From 9b5ede5b64a81195ed922ce92c7f4e7b185be697 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Thu, 2 Oct 2008 15:52:04 +0000 Subject: Add (additional) const to many global tables. Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3dec_data.c') diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c index 9404175b90..a70c8fca45 100644 --- a/libavcodec/ac3dec_data.c +++ b/libavcodec/ac3dec_data.c @@ -1072,7 +1072,7 @@ static const int16_t vq_hebap7[512][6] = { { 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, -- cgit v1.2.3