Browse Source

vf_split: add description

tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
88fc2e411e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_split.c

+ 1
- 0
libavfilter/vf_split.c View File

@@ -49,6 +49,7 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir)

AVFilter avfilter_vf_split = {
.name = "split",
.description = NULL_IF_CONFIG_SMALL("Pass on the input to two outputs."),

.inputs = (AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,


Loading…
Cancel
Save