diff options
author | Max Kellermann <max@duempel.org> | 2014-07-09 18:46:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-09 18:57:50 +0200 |
commit | bc6472bb9ea12fb2226570eb2dc49058b4d8bd6c (patch) | |
tree | eb385c466a0d08126606fa0c66699fb70e107651 /NEWS | |
parent | d4bd947bf550a208007b777eb1425f7fd75ce9b0 (diff) |
decoder/audiofile: use decoder_read()
.. instead of InputStream::LockRead(). The former is cancellable.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ ver 0.18.12 (not yet released) * database - proxy: fix build failure with libmpdclient 2.2 - proxy: fix add/search and other commands with libmpdclient < 2.9 +* decoder + - audiofile: improve responsiveness ver 0.18.11 (2014/05/12) * decoder |