comparison 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
comparison
equal deleted inserted replaced
7977:ccd351dd827b 7978:dc1a7a6ec58d
196 -0.74314481, -0.86602539, -0.95105654, -0.99452192, 196 -0.74314481, -0.86602539, -0.95105654, -0.99452192,
197 0.99573416, 0.96182561, 0.89516330, 0.79801720, 197 0.99573416, 0.96182561, 0.89516330, 0.79801720,
198 0.67369562, 0.52643216, 0.36124167, 0.18374951, 198 0.67369562, 0.52643216, 0.36124167, 0.18374951,
199 }; 199 };
200 200
201 static const float *tns_tmp2_map[4] = { 201 static const float * const tns_tmp2_map[4] = {
202 tns_tmp2_map_0_3, 202 tns_tmp2_map_0_3,
203 tns_tmp2_map_0_4, 203 tns_tmp2_map_0_4,
204 tns_tmp2_map_1_3, 204 tns_tmp2_map_1_3,
205 tns_tmp2_map_1_4 205 tns_tmp2_map_1_4
206 }; 206 };