| ... | ... |
@@ -49,6 +49,7 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) |
| 49 | 49 |
|
| 50 | 50 |
AVFilter avfilter_vf_split = {
|
| 51 | 51 |
.name = "split", |
| 52 |
+ .description = NULL_IF_CONFIG_SMALL("Pass on the input to two outputs."),
|
|
| 52 | 53 |
|
| 53 | 54 |
.inputs = (AVFilterPad[]) {{ .name = "default",
|
| 54 | 55 |
.type = AVMEDIA_TYPE_VIDEO, |