From 1139810db57a825d126e4fcc214674ef6f6c41a4 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 20 Jan 2005 08:33:29 +0000 Subject: Fixed inverse volume control table beeing the wrong size. --- Graphic_Equalizer/include/eventhandler_shared.hch | 1 + 1 file changed, 1 insertion(+) 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]; -- cgit v0.12