diff options
author | Max Kellermann <max@duempel.org> | 2014-10-25 21:25:49 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-25 22:06:08 +0200 |
commit | d7f024c51047222dda4224c56865d66c8f384c76 (patch) | |
tree | 370b3be47b695aa16eef7f7bd96737cc83cbfe17 /NEWS | |
parent | bc5a53574c64eb51d2cbf31b26f4607e566eeaab (diff) |
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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |