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_crop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_crop.c') diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index a342e9b4bf..f9ffc8e262 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/vf_crop.c @@ -334,7 +334,7 @@ static const AVFilterPad avfilter_vf_crop_outputs[] = { AVFilter avfilter_vf_crop = { .name = "crop", - .description = NULL_IF_CONFIG_SMALL("Crop the input video to width:height:x:y."), + .description = NULL_IF_CONFIG_SMALL("Crop the input video."), .priv_size = sizeof(CropContext), .priv_class = &crop_class, .query_formats = query_formats, -- cgit v1.2.3