From b70bc02279b7a382a764f6006b9bf9136dc83944 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 27 Oct 2009 00:43:45 +0000 Subject: Add descriptions for the committed filters. Originally committed as revision 20375 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/vf_crop.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/vf_crop.c') diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index e2b9bc39b4..45415e11b1 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/vf_crop.c @@ -214,6 +214,8 @@ static void draw_slice(AVFilterLink *link, int y, int h) AVFilter avfilter_vf_crop = { .name = "crop", + .description = NULL_IF_CONFIG_SMALL("Crop the input video to x:y:width:height."), + .priv_size = sizeof(CropContext), .query_formats = query_formats, -- cgit v1.2.3