hopefully replaygain now works for musepack
git-svn-id: https://svn.musicpd.org/mpd/trunk@3031 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -89,10 +89,10 @@ ReplayGainInfo * newReplayGainInfo() {
|
||||
ReplayGainInfo * ret = malloc(sizeof(ReplayGainInfo));
|
||||
|
||||
ret->albumGain = 0.0;
|
||||
ret->albumPeak = 1.0;
|
||||
ret->albumPeak = 0.0;
|
||||
|
||||
ret->trackGain = 0.0;
|
||||
ret->trackPeak = 1.0;
|
||||
ret->trackPeak = 0.0;
|
||||
|
||||
/* set to -1 so that we know in doReplayGain to compute the scale */
|
||||
ret->scale = -1.0;
|
||||
|
Reference in New Issue
Block a user