summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showpalette.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-25 22:22:17 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-25 22:22:17 +0100
commit56ff563f3bbe96e88e2c4eedf8765c77f77033eb (patch)
tree30c54c9522d8064a0e11f43fe80313def37e8e7d /libavfilter/vf_showpalette.c
parent142894d7202b5559d87f58df30baf48107a816f6 (diff)
avfilter: add '.' at and of long filter description where it is missing
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_showpalette.c')
-rw-r--r--libavfilter/vf_showpalette.c2
1 files changed, 1 insertions, 1 deletions
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,