filter/ffmpeg: support double-precision samples

Insert an "aformat" filter which converts double-precision to
single-precision.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1235
This commit is contained in:
Max Kellermann
2021-08-24 13:42:00 +02:00
parent b5b40d8235
commit 8439119e24
4 changed files with 26 additions and 1 deletions

1
NEWS
View File

@@ -4,6 +4,7 @@ ver 0.22.11 (not yet released)
* filter
- ffmpeg: pass "channel_layout" instead of "channels" to buffersrc
- ffmpeg: fix "av_buffersink_get_frame() failed: Resource temporarily unavailable"
- ffmpeg: support double-precision samples (by converting to single precision)
* Android
- build with NDK r23