git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add descriptions for the committed filters.
[ffmpeg.git]
/
libavfilter
/
vf_crop.c
diff --git
a/libavfilter/vf_crop.c
b/libavfilter/vf_crop.c
index
e2b9bc3
..
45415e1
100644
(file)
--- 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,