You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/split: give a more accurate description to split
The filter now supports a configurable number of outputs.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user