summaryrefslogtreecommitdiff
path: root/libavfilter/vf_neighbor.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-25 22:22:17 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-25 22:22:17 +0100
commit56ff563f3bbe96e88e2c4eedf8765c77f77033eb (patch)
tree30c54c9522d8064a0e11f43fe80313def37e8e7d /libavfilter/vf_neighbor.c
parent142894d7202b5559d87f58df30baf48107a816f6 (diff)
avfilter: add '.' at and of long filter description where it is missing
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_neighbor.c')
-rw-r--r--libavfilter/vf_neighbor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavfilter/vf_neighbor.c b/libavfilter/vf_neighbor.c
index 7e4f6058d1..c6bb67d036 100644
--- a/libavfilter/vf_neighbor.c
+++ b/libavfilter/vf_neighbor.c
@@ -275,7 +275,7 @@ static const AVOption erosion_options[] = {
{ NULL }
};
-DEFINE_NEIGHBOR_FILTER(erosion, "Apply erosion effect");
+DEFINE_NEIGHBOR_FILTER(erosion, "Apply erosion effect.");
#endif /* CONFIG_EROSION_FILTER */
@@ -290,7 +290,7 @@ static const AVOption dilation_options[] = {
{ NULL }
};
-DEFINE_NEIGHBOR_FILTER(dilation, "Apply dilation effect");
+DEFINE_NEIGHBOR_FILTER(dilation, "Apply dilation effect.");
#endif /* CONFIG_DILATION_FILTER */
@@ -304,7 +304,7 @@ static const AVOption deflate_options[] = {
{ NULL }
};
-DEFINE_NEIGHBOR_FILTER(deflate, "Apply deflate effect");
+DEFINE_NEIGHBOR_FILTER(deflate, "Apply deflate effect.");
#endif /* CONFIG_DEFLATE_FILTER */
@@ -318,6 +318,6 @@ static const AVOption inflate_options[] = {
{ NULL }
};
-DEFINE_NEIGHBOR_FILTER(inflate, "Apply inflate effect");
+DEFINE_NEIGHBOR_FILTER(inflate, "Apply inflate effect.");
#endif /* CONFIG_INFLATE_FILTER */