]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tonemap_opencl.c
avfilter/af_asupercut: add order option
[ffmpeg] / libavfilter / vf_tonemap_opencl.c
index 315ead49d40a9f5e7e02d007a18156c87dd500b8..b880228727ea750453b4d539477c852526d8631f 100644 (file)
@@ -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,