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:
parent
29dd5b4aa5
commit
acbfba0698
@ -349,9 +349,11 @@ static void do_play(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
/*
|
||||||
music_pipe_check_format(&play_audio_format,
|
music_pipe_check_format(&play_audio_format,
|
||||||
player.next_song_chunk,
|
player.next_song_chunk,
|
||||||
&dc.out_audio_format);
|
&dc.out_audio_format);
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (decoder_is_idle() && !player.queued &&
|
if (decoder_is_idle() && !player.queued &&
|
||||||
|
Loading…
Reference in New Issue
Block a user