summaryrefslogtreecommitdiff
path: root/libavfilter/vf_crop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_crop.c')
-rw-r--r--libavfilter/vf_crop.c2
1 files changed, 2 insertions, 0 deletions
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,