From 59d72f8b16472fa962f7305577d0dd33dd3f5a49 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 19 Sep 2013 17:39:08 +0000 Subject: lavfi/pad,crop,scale: remove options description from filter description Signed-off-by: Paul B Mahol --- libavfilter/vf_pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_pad.c') diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c index 45b32e6..823c6f0 100644 --- a/libavfilter/vf_pad.c +++ b/libavfilter/vf_pad.c @@ -394,7 +394,7 @@ static const AVFilterPad avfilter_vf_pad_outputs[] = { AVFilter avfilter_vf_pad = { .name = "pad", - .description = NULL_IF_CONFIG_SMALL("Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black)."), + .description = NULL_IF_CONFIG_SMALL("Pad the input video."), .priv_size = sizeof(PadContext), .priv_class = &pad_class, .query_formats = query_formats, -- cgit v1.1