]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_showpalette.c
Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'
[ffmpeg] / libavfilter / vf_showpalette.c
index 807dfb1d9549953261a147189bb8618eef7c6802..fcb43a35cb81f3b3fc57fafad06dcb171214734f 100644 (file)
@@ -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,