From 88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 22 May 2011 01:19:20 +0200 Subject: [PATCH] vf_split: add description --- libavfilter/vf_split.c | 1 + 1 file changed, 1 insertion(+) 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,