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:
		@@ -182,10 +182,10 @@ static int mpc_decode(OutputBuffer * cb, DecoderControl * dc,
 | 
				
			|||||||
	getOutputAudioFormat(&(dc->audioFormat), &(cb->audioFormat));
 | 
						getOutputAudioFormat(&(dc->audioFormat), &(cb->audioFormat));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	replayGainInfo = newReplayGainInfo();
 | 
						replayGainInfo = newReplayGainInfo();
 | 
				
			||||||
	replayGainInfo->albumGain = info.gain_album;
 | 
						/*replayGainInfo->albumGain = info.gain_album;
 | 
				
			||||||
	replayGainInfo->albumPeak = info.peak_album;
 | 
						replayGainInfo->albumPeak = info.peak_album;
 | 
				
			||||||
	replayGainInfo->trackGain = info.gain_title;
 | 
						replayGainInfo->trackGain = info.gain_title;
 | 
				
			||||||
	replayGainInfo->trackPeak = info.peak_title;
 | 
						replayGainInfo->trackPeak = info.peak_title;*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	dc->state = DECODE_STATE_DECODE;
 | 
						dc->state = DECODE_STATE_DECODE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user