disable replaygain support for musepack till i can figure out the format that the replagininfo is tored in by libmusepack

git-svn-id: https://svn.musicpd.org/mpd/trunk@2942 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2005-02-09 03:08:39 +00:00
parent 65c75caa39
commit 9e4465cbd1

View File

@ -182,10 +182,10 @@ static int mpc_decode(OutputBuffer * cb, DecoderControl * dc,
getOutputAudioFormat(&(dc->audioFormat), &(cb->audioFormat));
replayGainInfo = newReplayGainInfo();
replayGainInfo->albumGain = info.gain_album;
/*replayGainInfo->albumGain = info.gain_album;
replayGainInfo->albumPeak = info.peak_album;
replayGainInfo->trackGain = info.gain_title;
replayGainInfo->trackPeak = info.peak_title;
replayGainInfo->trackPeak = info.peak_title;*/
dc->state = DECODE_STATE_DECODE;