diff options
author | Max Kellermann <max@duempel.org> | 2008-11-23 22:16:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-24 09:25:48 +0100 |
commit | acbfba0698e5f6e3e731043c345f3f21d0a8dbe0 (patch) | |
tree | 115c1efc912cb50059b26668a5428e78a4d6f0bb /src/player_thread.c | |
parent | 29dd5b4aa52d1bf9f46d265ffaaa69de31a0e07e (diff) | |
download | mpd-acbfba0698e5f6e3e731043c345f3f21d0a8dbe0.tar.gz mpd-acbfba0698e5f6e3e731043c345f3f21d0a8dbe0.tar.xz mpd-acbfba0698e5f6e3e731043c345f3f21d0a8dbe0.zip |
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.
Diffstat (limited to 'src/player_thread.c')
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 && |