Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 03:19:20 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 04:43:46 +0400
commit88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0 (patch)
treed8f9a2405b7b7e5ebd4f2544f81214f367d43b7d /libavfilter/vf_split.c
parent7d5297b3436623fe52f9424d0bc3ae03fbfe164d (diff)
vf_split: add description
Diffstat (limited to 'libavfilter/vf_split.c')
-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,