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.
This commit is contained in:
Max Kellermann
2014-10-25 21:25:49 +02:00
parent bc5a53574c
commit d7f024c510
2 changed files with 31 additions and 0 deletions

1
NEWS
View File

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