Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-26 00:22:17 +0300
committerPaul B Mahol <onemda@gmail.com>2015-11-26 00:22:17 +0300
commit56ff563f3bbe96e88e2c4eedf8765c77f77033eb (patch)
tree30c54c9522d8064a0e11f43fe80313def37e8e7d /libavfilter/vf_cover_rect.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_cover_rect.c')
-rw-r--r--libavfilter/vf_cover_rect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_cover_rect.c b/libavfilter/vf_cover_rect.c
index 5086a24faa..a84203abc7 100644
--- a/libavfilter/vf_cover_rect.c
+++ b/libavfilter/vf_cover_rect.c
@@ -249,7 +249,7 @@ static const AVFilterPad cover_rect_outputs[] = {
AVFilter ff_vf_cover_rect = {
.name = "cover_rect",
- .description = NULL_IF_CONFIG_SMALL("Find and cover a user specified object"),
+ .description = NULL_IF_CONFIG_SMALL("Find and cover a user specified object."),
.priv_size = sizeof(CoverContext),
.init = init,
.uninit = uninit,