summaryrefslogtreecommitdiff
path: root/libavfilter/vf_neighbor.c
diff options
context:
space:
mode:
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 */