summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-29 21:31:38 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-29 21:31:38 +0000
commit9f20263222f32445ba33d355dc1cdaf240431c01 (patch)
treebf6e926c6bb5f03a6287c59de54869f1970ac6ba /firmware
parent5421181c77e1ca5b4c315ebb3c0954df0ea8b996 (diff)
downloadrockbox-9f20263222f32445ba33d355dc1cdaf240431c01.tar.gz
rockbox-9f20263222f32445ba33d355dc1cdaf240431c01.zip
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1255 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 6a942d6a7f..fb53585aef 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -186,6 +186,7 @@ static unsigned int treble_table[] =
186 0x5f800 /* 15dB */ 186 0x5f800 /* 15dB */
187}; 187};
188 188
189#if 0
189static unsigned int prescale_table[] = 190static unsigned int prescale_table[] =
190{ 191{
191 0x80000, /* 0db */ 192 0x80000, /* 0db */
@@ -206,6 +207,7 @@ static unsigned int prescale_table[] =
206 0xe9400 /* 15dB */ 207 0xe9400 /* 15dB */
207}; 208};
208#endif 209#endif
210#endif
209 211
210static unsigned char fliptable[] = 212static unsigned char fliptable[] =
211{ 213{