Commit acbfba06 authored by Max Kellermann's avatar Max Kellermann

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.
parent 29dd5b4a
......@@ -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 &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment