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.
This commit is contained in:
Max Kellermann
2013-04-08 21:22:06 +02:00
parent a30eb194d5
commit 436335e9a3
3 changed files with 5 additions and 2 deletions

1
NEWS
View File

@@ -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