aboutsummaryrefslogtreecommitdiffstats
path: root/src/replayGain.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-24 16:32:50 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-24 16:32:50 +0000
commit48240740e7aaaa58df65d570afa6ccbac8d590b2 (patch)
tree9079a4ca6dbc9d90267edf1de041bf6490f1e926 /src/replayGain.h
parent24c1f46353213e3392b542a6c3655bcd215e7c63 (diff)
downloadmpd-48240740e7aaaa58df65d570afa6ccbac8d590b2.tar.gz
mpd-48240740e7aaaa58df65d570afa6ccbac8d590b2.tar.xz
mpd-48240740e7aaaa58df65d570afa6ccbac8d590b2.zip
Do normalization if there's replaygain data but replaygain is off
git-svn-id: https://svn.musicpd.org/mpd/trunk@4445 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/replayGain.h')
-rw-r--r--src/replayGain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/replayGain.h b/src/replayGain.h
index c8a6965e0..74c28c33f 100644
--- a/src/replayGain.h
+++ b/src/replayGain.h
@@ -26,6 +26,8 @@
#define REPLAYGAIN_TRACK 1
#define REPLAYGAIN_ALBUM 2
+extern int replayGainState;
+
typedef struct _ReplayGainInfo {
float albumGain;
float albumPeak;