You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vf_split: fix description
It now allows an arbitrary number of inputs, not just two.
This commit is contained in:
@@ -119,7 +119,7 @@ static const AVFilterPad avfilter_vf_split_inputs[] = {
|
||||
|
||||
AVFilter avfilter_vf_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_class = &split_class,
|
||||
|
Reference in New Issue
Block a user