Browse Source

avfilter/vf_tonemap_opencl: fix long filter description

Paul B Mahol 5 years ago
parent
commit
ecd95858d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavfilter/vf_tonemap_opencl.c

+ 1 - 1
libavfilter/vf_tonemap_opencl.c

@@ -542,7 +542,7 @@ static const AVFilterPad tonemap_opencl_outputs[] = {
 
 AVFilter ff_vf_tonemap_opencl = {
     .name           = "tonemap_opencl",
-    .description    = NULL_IF_CONFIG_SMALL("perform HDR to SDR conversion with tonemapping"),
+    .description    = NULL_IF_CONFIG_SMALL("Perform HDR to SDR conversion with tonemapping."),
     .priv_size      = sizeof(TonemapOpenCLContext),
     .priv_class     = &tonemap_opencl_class,
     .init           = &ff_opencl_filter_init,