decoder/audiofile: use decoder_read()

.. instead of InputStream::LockRead(). The former is cancellable.
This commit is contained in:
Max Kellermann
2014-07-09 18:46:58 +02:00
parent d4bd947bf5
commit bc6472bb9e
2 changed files with 26 additions and 15 deletions

2
NEWS
View File

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