summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-20 08:33:29 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-20 08:33:29 (GMT)
commit1139810db57a825d126e4fcc214674ef6f6c41a4 (patch)
tree17393b9a534d8abcc33d998439cb63d738b990ad
parentb936ceccaef2a62e5160cd8d4b06275d8371c8c7 (diff)
downloadTASS-1139810db57a825d126e4fcc214674ef6f6c41a4.zip
TASS-1139810db57a825d126e4fcc214674ef6f6c41a4.tar.gz
TASS-1139810db57a825d126e4fcc214674ef6f6c41a4.tar.bz2
Fixed inverse volume control table beeing the wrong size.
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index ae89f08..98c2eea 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -69,6 +69,7 @@ typedef struct {
* should be dynamically loaded.
*/
extern unsigned 5 volumecontrol_table[46];
+extern unsigned 11 volumecontrol_table_inv[32];
extern unsigned 4 inputgain_table[46];
extern unsigned 11 inputgain_table_inv[16];