From 56ff563f3bbe96e88e2c4eedf8765c77f77033eb Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 25 Nov 2015 22:22:17 +0100 Subject: avfilter: add '.' at and of long filter description where it is missing Signed-off-by: Paul B Mahol --- libavfilter/vf_showpalette.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_showpalette.c') diff --git a/libavfilter/vf_showpalette.c b/libavfilter/vf_showpalette.c index 807dfb1d95..fcb43a35cb 100644 --- a/libavfilter/vf_showpalette.c +++ b/libavfilter/vf_showpalette.c @@ -122,7 +122,7 @@ static const AVFilterPad showpalette_outputs[] = { AVFilter ff_vf_showpalette = { .name = "showpalette", - .description = NULL_IF_CONFIG_SMALL("Display frame palette"), + .description = NULL_IF_CONFIG_SMALL("Display frame palette."), .priv_size = sizeof(ShowPaletteContext), .query_formats = query_formats, .inputs = showpalette_inputs, -- cgit v1.2.3