summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/layer12.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/layer12.c')
-rw-r--r--apps/codecs/libmad/layer12.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmad/layer12.c b/apps/codecs/libmad/layer12.c
index 8d3b920ea6..b16e197e6c 100644
--- a/apps/codecs/libmad/layer12.c
+++ b/apps/codecs/libmad/layer12.c
@@ -42,7 +42,7 @@
42 * used in both Layer I and Layer II decoding 42 * used in both Layer I and Layer II decoding
43 */ 43 */
44static 44static
45mad_fixed_t const sf_table[64] = { 45mad_fixed_t const sf_table[64] IDATA_ATTR = {
46# include "sf_table.dat" 46# include "sf_table.dat"
47}; 47};
48 48
@@ -269,7 +269,7 @@ struct quantclass {
269 unsigned char bits; 269 unsigned char bits;
270 mad_fixed_t C; 270 mad_fixed_t C;
271 mad_fixed_t D; 271 mad_fixed_t D;
272} const qc_table[17] = { 272} const qc_table[17] IDATA_ATTR = {
273# include "qc_table.dat" 273# include "qc_table.dat"
274}; 274};
275 275