diff aacdectab.h @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents 209a9ad96a6c
children e9d9d946f213
line wrap: on
line diff
--- a/aacdectab.h	Thu Oct 02 15:51:44 2008 +0000
+++ b/aacdectab.h	Thu Oct 02 15:52:04 2008 +0000
@@ -198,7 +198,7 @@
      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,