summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-11-04 20:08:48 +0100
committerMax Kellermann <max@musicpd.org>2020-11-04 20:15:19 +0100
commit226eb263001ebaa6bdaa3ca1c8087abf0d06e6e3 (patch)
tree81eede046dcb7fbc8307742e1d7def1ac93bb92c /NEWS
parent2d606fa9895f195bb17db513fe1b467bfd5d498b (diff)
filter/ffmpeg: interleave the output AVFrame
If the FFmpeg filter outputs planar data, interleave it, just like the FFmpeg decoder plugin does.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 756259edc..46c7d8324 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ ver 0.22.3 (not yet released)
- add option "as_directory", making CUE file expansion optional
* filter
- fix garbage after "Audio format not supported by filter" message
+ - ffmpeg: support planar output
ver 0.22.2 (2020/10/28)
* database