player: disable music_pipe_check_format()

The music pipe audio format bugs seem to be fixed (hopefully).
Disable music_pipe_check_format() for now, since it consumes a lot of
CPU cycles.
This commit is contained in:
Max Kellermann 2008-11-23 22:16:54 +01:00
parent 29dd5b4aa5
commit acbfba0698

View File

@ -349,9 +349,11 @@ static void do_play(void)
}
#ifndef NDEBUG
/*
music_pipe_check_format(&play_audio_format,
player.next_song_chunk,
&dc.out_audio_format);
*/
#endif
if (decoder_is_idle() && !player.queued &&