summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 01:19:20 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 02:43:46 +0200
commit88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0 (patch)
treed8f9a2405b7b7e5ebd4f2544f81214f367d43b7d /libavfilter
parent7d5297b3436623fe52f9424d0bc3ae03fbfe164d (diff)
vf_split: add description
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_split.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_split.c b/libavfilter/vf_split.c
index 2cab8fad1b..4ef959a5c5 100644
--- a/libavfilter/vf_split.c
+++ b/libavfilter/vf_split.c
@@ -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,