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_vflip.c
diff --git
a/libavfilter/vf_vflip.c
b/libavfilter/vf_vflip.c
index
5a52479
..
ae7b9b4
100644
(file)
--- a/
libavfilter/vf_vflip.c
+++ b/
libavfilter/vf_vflip.c
@@
-87,6
+87,8
@@
static void draw_slice(AVFilterLink *link, int y, int h)
AVFilter avfilter_vf_vflip = {
.name = "vflip",
+ .description = NULL_IF_CONFIG_SMALL("Flip the input video vertically."),
+
.priv_size = sizeof(FlipContext),
.inputs = (AVFilterPad[]) {{ .name = "default",