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_null.c
diff --git
a/libavfilter/vf_null.c
b/libavfilter/vf_null.c
index
4002d87
..
582708c
100644
(file)
--- a/
libavfilter/vf_null.c
+++ b/
libavfilter/vf_null.c
@@
-41,6
+41,7
@@
static void end_frame(AVFilterLink *link)
AVFilter avfilter_vf_null = {
.name = "null",
+ .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
.priv_size = 0,