From c6f7f33eec8e62e35c8650fe12721278b9ef2e9e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 29 Jan 2017 13:29:33 +0100 Subject: avfilter/vf_remap: add . at end of long description Signed-off-by: Paul B Mahol --- libavfilter/vf_remap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/vf_remap.c b/libavfilter/vf_remap.c index e70956d8c5..b7182e9556 100644 --- a/libavfilter/vf_remap.c +++ b/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, -- cgit v1.2.3