summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-03 06:27:15 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-03 06:27:15 +0000
commita93707fd8f7cef756be7276ea0e97d7876c5907e (patch)
tree4d64fddb51781dfa3e5637d7e7167deca24a7be8 /libmpcodecs
parent4f9e73495786379aaab251c4e62f62d364375c59 (diff)
downloadmpv-a93707fd8f7cef756be7276ea0e97d7876c5907e.tar.bz2
mpv-a93707fd8f7cef756be7276ea0e97d7876c5907e.tar.xz
10l: missing const put this in data segment instead of text/rodata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/native/alaw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/native/alaw.h b/libmpcodecs/native/alaw.h
index 1bcc9b7ce0..b221a62b42 100644
--- a/libmpcodecs/native/alaw.h
+++ b/libmpcodecs/native/alaw.h
@@ -1,6 +1,6 @@
// Generated by TOOLS/alaw-gen.c
-short alaw2short[]={
+const short alaw2short[]={
-5504, -5248, -6016, -5760, -4480, -4224, -4992, -4736,
-7552, -7296, -8064, -7808, -6528, -6272, -7040, -6784,
-2752, -2624, -3008, -2880, -2240, -2112, -2496, -2368,
@@ -35,7 +35,7 @@ short alaw2short[]={
944, 912, 1008, 976, 816, 784, 880, 848
};
-short ulaw2short[]={
+const short ulaw2short[]={
-32124,-31100,-30076,-29052,-28028,-27004,-25980,-24956,
-23932,-22908,-21884,-20860,-19836,-18812,-17788,-16764,
-15996,-15484,-14972,-14460,-13948,-13436,-12924,-12412,