filter/ffmpeg: interleave the output AVFrame

If the FFmpeg filter outputs planar data, interleave it, just like the
FFmpeg decoder plugin does.
This commit is contained in:
Max Kellermann
2020-11-04 20:08:48 +01:00
parent 2d606fa989
commit 226eb26300
3 changed files with 6 additions and 1 deletions

1
NEWS
View File

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