summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-26 21:00:05 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-26 21:00:05 +0200
commitf3b7cac4b4ea529b79ca6605a6fe8bec215568d3 (patch)
treed9ec83d273b3c0106509b9c1c769605cf5120317 /conf.h
parentb7a4d6d7f4515c62a0a98629bc7bb2bc04ed8999 (diff)
added replaygain peak scaling
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index dc04f8ce..683db68b 100644
--- a/conf.h
+++ b/conf.h
@@ -26,6 +26,7 @@ extern int conf_hvsc_enable;
extern char conf_blacklist_plugins[1024];
extern int conf_close_send_to_tray;
extern int conf_replaygain_mode;
+extern int conf_replaygain_scale;
int
conf_load (void);