avfilter/vf_tonemap_opencl: fix long filter description

pull/343/head
Paul B Mahol 5 years ago
parent c2d0321661
commit ecd95858d4
  1. 2
      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,

Loading…
Cancel
Save