mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
avfilter/split: support any channel count for asplit filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
7042a55c55
commit
b1fe794033
@ -32,6 +32,7 @@
|
||||
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
@ -143,6 +144,7 @@ AVFilter ff_af_asplit = {
|
||||
.priv_class = &asplit_class,
|
||||
.init = split_init,
|
||||
.uninit = split_uninit,
|
||||
.query_formats = ff_query_formats_all,
|
||||
.inputs = avfilter_af_asplit_inputs,
|
||||
.outputs = NULL,
|
||||
.flags = AVFILTER_FLAG_DYNAMIC_OUTPUTS,
|
||||
|
Loading…
Reference in New Issue
Block a user