avfilter/vf_remap: add . at end of long description

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/249/head
Paul B Mahol 8 years ago
parent 9ec8790ac4
commit c6f7f33eec
  1. 2
      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,

Loading…
Cancel
Save