diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-22 01:19:20 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-22 02:43:46 +0200 |
commit | 88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0 (patch) | |
tree | d8f9a2405b7b7e5ebd4f2544f81214f367d43b7d /libavfilter | |
parent | 7d5297b3436623fe52f9424d0bc3ae03fbfe164d (diff) | |
download | ffmpeg-88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0.tar.gz |
vf_split: add description
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_split.c | 1 |
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, |