From acbfba0698e5f6e3e731043c345f3f21d0a8dbe0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 23 Nov 2008 22:16:54 +0100 Subject: 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. --- src/player_thread.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/player_thread.c b/src/player_thread.c index ac060dda5..3c3b93a83 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -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 && -- cgit v1.2.3