summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{