aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-30 15:57:51 +0100
committerMax Kellermann <max@duempel.org>2009-01-30 16:05:02 +0100
commit02bfb0c4e4271cdaa264a974c52cf49114a90ac5 (patch)
tree4199e39cf4fcfbeaab894a59f2a103fd3040bd7e /NEWS
parent0d3dff95129c8879a601b90a14c6c6c8c1c67b28 (diff)
downloadmpd-02bfb0c4e4271cdaa264a974c52cf49114a90ac5.tar.gz
mpd-02bfb0c4e4271cdaa264a974c52cf49114a90ac5.tar.xz
mpd-02bfb0c4e4271cdaa264a974c52cf49114a90ac5.zip
wavpack: pass NULL if the .wvc file fails to open
The wavpack library seems to use the .wvc stream even if the OPEN_WVC flag is not set. In this case, pass NULL to be sure libwavpack won't use it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 416d8ae0d..d84422ad0 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,7 @@ ver 0.15 - (200?/??/??)
ver 0.14.2 (2009/??/??)
* decoders:
- ffmpeg: added support for the tags comment, genre, year
+ - wavpack: pass NULL if the .wvc file fails to open
* audio outputs:
- jack: allocate ring buffers before connecting
- jack: clear "shutdown" flag on reconnect