diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-26 14:50:24 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-26 14:51:52 +0100 |
commit | ecd95858d4c760e24d337c5be186780d4a78f1ff (patch) | |
tree | 09cbc74321fc0261886b1355fadbb08cb0fb066a /libavfilter | |
parent | c2d03216619421859c86a1592dad60f9f48a966f (diff) | |
download | ffmpeg-ecd95858d4c760e24d337c5be186780d4a78f1ff.tar.gz |
avfilter/vf_tonemap_opencl: fix long filter description
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_tonemap_opencl.c | 2 |
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, |