diff options
author | Max Kellermann <max@duempel.org> | 2011-10-06 20:30:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-06 21:22:48 +0200 |
commit | b2f03e76ffd3af918d8eda0968f54c0b81bbff54 (patch) | |
tree | a504e4ef529b087f27c3ff862088fb27cf18afc0 /NEWS | |
parent | 63b33b6ec584a6730174c45a119a27b4add76777 (diff) | |
download | mpd-b2f03e76ffd3af918d8eda0968f54c0b81bbff54.tar.gz mpd-b2f03e76ffd3af918d8eda0968f54c0b81bbff54.tar.xz mpd-b2f03e76ffd3af918d8eda0968f54c0b81bbff54.zip |
player_thread: add flag "output_open", fixes assertion failure
Previously, the condition "defined(play_audio_format)" was used to see
if an output device has been opened, but if the device had failed on
startup, an assertion failure could occur. This patch adds a separate
flag.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ ver 0.16.5 (2010/??/??) - make seeking to CUE track more reliable - the "seek" command works when MPD is stopped - restore song position from state file (bug fix) + - fix crash that sometimes occurred when audio device fails on startup * WIN32: close sockets properly * install systemd service file if systemd is available |