Commit ecd95858 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_tonemap_opencl: fix long filter description

parent c2d03216
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment