mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 13:21:08 +00:00
lavfi/split: give a more accurate description to split
The filter now supports a configurable number of outputs.
This commit is contained in:
parent
a1411eec21
commit
e20530add7
@ -95,7 +95,7 @@ static void end_frame(AVFilterLink *inlink)
|
|||||||
|
|
||||||
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 video to N outputs."),
|
||||||
|
|
||||||
.init = split_init,
|
.init = split_init,
|
||||||
.uninit = split_uninit,
|
.uninit = split_uninit,
|
||||||
|
Loading…
Reference in New Issue
Block a user