diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-10-02 15:52:04 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-10-02 15:52:04 +0000 |
commit | 9b5ede5b64a81195ed922ce92c7f4e7b185be697 (patch) | |
tree | 22421f60e5e1fda0e2c6a4261e971349fb9e4f6d /libavcodec/aacdectab.h | |
parent | 6dbfb7de82552062bb892e9f775f83a3e7072af4 (diff) | |
download | ffmpeg-9b5ede5b64a81195ed922ce92c7f4e7b185be697.tar.gz |
Add (additional) const to many global tables.
Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacdectab.h')
-rw-r--r-- | libavcodec/aacdectab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |