aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-25 21:25:49 +0200
committerMax Kellermann <max@duempel.org>2014-10-25 22:06:08 +0200
commitd7f024c51047222dda4224c56865d66c8f384c76 (patch)
tree370b3be47b695aa16eef7f7bd96737cc83cbfe17 /NEWS
parentbc5a53574c64eb51d2cbf31b26f4607e566eeaab (diff)
downloadmpd-d7f024c51047222dda4224c56865d66c8f384c76.tar.gz
mpd-d7f024c51047222dda4224c56865d66c8f384c76.tar.xz
mpd-d7f024c51047222dda4224c56865d66c8f384c76.zip
OutputThread: fall back to PCM if given DSD sample rate is not supported
Works around the "PCM conversion from f to dsd is not implemented" error message that prevents DSD playback.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a6c5c439..658ca8c5f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ ver 0.19.2 (not yet released)
- ffmpeg: recognize MIME type audio/aacp
* output
- fix memory leak after filter initialization error
+ - fall back to PCM if given DSD sample rate is not supported
* fix assertion failure on unsupported PCM conversion
* auto-disable plugins that require GLib when --disable-glib is used