Commit e20530ad authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/split: give a more accurate description to split

The filter now supports a configurable number of outputs.
parent a1411eec
......@@ -95,7 +95,7 @@ static void end_frame(AVFilterLink *inlink)
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 video to N outputs."),
.init = split_init,
.uninit = split_uninit,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment