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
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Added 4/14/2004 by AliasMrJones */
|
||||
static int replayGainState = REPLAYGAIN_OFF;
|
||||
int replayGainState = REPLAYGAIN_OFF;
|
||||
|
||||
static float replayGainPreamp = 1.0;
|
||||
|
||||
|
Reference in New Issue
Block a user