OSDN Git Service

avfilter/vf_remap: add . at end of long description
authorPaul B Mahol <onemda@gmail.com>
Sun, 29 Jan 2017 12:29:33 +0000 (13:29 +0100)
committerPaul B Mahol <onemda@gmail.com>
Sun, 29 Jan 2017 12:29:33 +0000 (13:29 +0100)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/vf_remap.c

index e70956d..b7182e9 100644 (file)
@@ -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,