Browse code

avfilter/vf_remap: add . at end of long description

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2017/01/29 21:29:33
Showing 1 changed files
... ...
@@ -404,7 +404,7 @@ static const AVFilterPad remap_outputs[] = {
404 404
 
405 405
 AVFilter ff_vf_remap = {
406 406
     .name          = "remap",
407
-    .description   = NULL_IF_CONFIG_SMALL("Remap pixels"),
407
+    .description   = NULL_IF_CONFIG_SMALL("Remap pixels."),
408 408
     .priv_size     = sizeof(RemapContext),
409 409
     .uninit        = uninit,
410 410
     .query_formats = query_formats,