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/aacdectab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacdectab.h') diff --git a/libavcodec/aacdectab.h b/libavcodec/aacdectab.h index 32f1aa4765..aca205b40d 100644 --- a/libavcodec/aacdectab.h +++ b/libavcodec/aacdectab.h @@ -198,7 +198,7 @@ static const float tns_tmp2_map_0_4[16] = { 0.67369562, 0.52643216, 0.36124167, 0.18374951, }; -static const float *tns_tmp2_map[4] = { +static const float * const tns_tmp2_map[4] = { tns_tmp2_map_0_3, tns_tmp2_map_0_4, tns_tmp2_map_1_3, -- cgit v1.2.3