summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tonemap_opencl.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-26 14:50:24 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-26 14:51:52 +0100
commitecd95858d4c760e24d337c5be186780d4a78f1ff (patch)
tree09cbc74321fc0261886b1355fadbb08cb0fb066a /libavfilter/vf_tonemap_opencl.c
parentc2d03216619421859c86a1592dad60f9f48a966f (diff)
avfilter/vf_tonemap_opencl: fix long filter description
Diffstat (limited to 'libavfilter/vf_tonemap_opencl.c')
-rw-r--r--libavfilter/vf_tonemap_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_tonemap_opencl.c b/libavfilter/vf_tonemap_opencl.c
index 315ead49d4..b880228727 100644
--- a/libavfilter/vf_tonemap_opencl.c
+++ b/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,