mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_tonemap_opencl: fix long filter description
This commit is contained in:
parent
c2d0321661
commit
ecd95858d4
@ -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…
Reference in New Issue
Block a user