Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'
* commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65': lavfi: mark filters with dynamic number of inputs or outputs with special flags Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -133,6 +133,8 @@ AVFilter avfilter_vf_split = {
|
||||
|
||||
.inputs = avfilter_vf_split_inputs,
|
||||
.outputs = NULL,
|
||||
|
||||
.flags = AVFILTER_FLAG_DYNAMIC_OUTPUTS,
|
||||
};
|
||||
|
||||
static const AVFilterPad avfilter_af_asplit_inputs[] = {
|
||||
@@ -157,4 +159,6 @@ AVFilter avfilter_af_asplit = {
|
||||
|
||||
.inputs = avfilter_af_asplit_inputs,
|
||||
.outputs = NULL,
|
||||
|
||||
.flags = AVFILTER_FLAG_DYNAMIC_OUTPUTS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user