aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-08 21:22:06 +0200
committerMax Kellermann <max@duempel.org>2013-04-08 21:31:03 +0200
commit436335e9a3251cbfe42848843e1acea33d22177c (patch)
treefe6e4c96799316c3560a2843e89a37c5d4058d1a /NEWS
parenta30eb194d5c5188a0e824e72ce959677d5801c0a (diff)
downloadmpd-436335e9a3251cbfe42848843e1acea33d22177c.tar.gz
mpd-436335e9a3251cbfe42848843e1acea33d22177c.tar.xz
mpd-436335e9a3251cbfe42848843e1acea33d22177c.zip
player_control: don't emit IDLE_PLAYER before audio format is known
Eliminates one IDLE_PLAYER call in playlist_control, and add two new ones to player_thread. Fixes Mantis bug 3636.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea746b9c8..dae06def2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.17.4 (2013/??/??)
* protocol:
- allow to omit END in ranges (START:END)
+ - don't emit IDLE_PLAYER before audio format is known
* decoder:
- ffmpeg: support float planar audio (ffmpeg 1.1)
- ffmpeg: fix AVFrame allocation