Commit c6f7f33e authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_remap: add . at end of long description

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 9ec8790a
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment