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>2017-01-29 15:29:33 +0300
committerPaul B Mahol <onemda@gmail.com>2017-01-29 15:29:33 +0300
commitc6f7f33eec8e62e35c8650fe12721278b9ef2e9e (patch)
treee53b21237e55cf92fddc12fa5aa151edfb811731 /libavfilter/vf_remap.c
parent9ec8790ac4787d3d514c5fa27b66d581614fd1be (diff)
avfilter/vf_remap: add . at end of long description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_remap.c')
-rw-r--r--libavfilter/vf_remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_remap.c b/libavfilter/vf_remap.c
index e70956d8c5..b7182e9556 100644
--- a/libavfilter/vf_remap.c
+++ b/libavfilter/vf_remap.c
@@ -404,7 +404,7 @@ static const AVFilterPad remap_outputs[] = {
AVFilter ff_vf_remap = {
.name = "remap",
- .description = NULL_IF_CONFIG_SMALL("Remap pixels"),
+ .description = NULL_IF_CONFIG_SMALL("Remap pixels."),
.priv_size = sizeof(RemapContext),
.uninit = uninit,
.query_formats = query_formats,