Browse Source

avfilter/vf_remap: add . at end of long description

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.3
Paul B Mahol 8 years ago
parent
commit
c6f7f33eec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_remap.c

+ 1
- 1
libavfilter/vf_remap.c View 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,


Loading…
Cancel
Save