Browse code

vf_split: add description

Stefano Sabatini authored on 2011/05/22 08:19:20
Showing 1 changed files
... ...
@@ -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,