diff options
author | Max Kellermann <max@musicpd.org> | 2020-11-04 17:07:28 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-11-04 20:15:19 +0100 |
commit | 2da3cff1e8a5e1558d47a8493eaa9503b2d56b9e (patch) | |
tree | cd3bb71f1c80e259c748b0f108349f176eccef65 /NEWS | |
parent | 0c965d05734d18b4cfd2e4b5ac1b2a6ca0c6515d (diff) |
filter/LoadChain: use the AutoConvertFilter
This adds support for input samples other than 16 bit to the FFmpeg
filter plugin.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.22.3 (not yet released) * filter - fix garbage after "Audio format not supported by filter" message - ffmpeg: support planar output + - ffmpeg: support sample formats other than 16 bit ver 0.22.2 (2020/10/28) * database |