mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
vf_split: fix description
It now allows an arbitrary number of inputs, not just two.
This commit is contained in:
parent
e036bb7899
commit
1012155722
@ -119,7 +119,7 @@ static const AVFilterPad avfilter_vf_split_inputs[] = {
|
|||||||
|
|
||||||
AVFilter avfilter_vf_split = {
|
AVFilter avfilter_vf_split = {
|
||||||
.name = "split",
|
.name = "split",
|
||||||
.description = NULL_IF_CONFIG_SMALL("Pass on the input to two outputs."),
|
.description = NULL_IF_CONFIG_SMALL("Pass on the input to N video outputs."),
|
||||||
|
|
||||||
.priv_size = sizeof(SplitContext),
|
.priv_size = sizeof(SplitContext),
|
||||||
.priv_class = &split_class,
|
.priv_class = &split_class,
|
||||||
|
Loading…
Reference in New Issue
Block a user