diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-09-19 18:05:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-10-07 03:03:09 +0200 |
commit | c07bbdbcf051c8ae134ee0505e3687e4208a6674 (patch) | |
tree | 0160fadca312ff3dce71b8dc500ddc4adfdf5ff2 /libavfilter/vf_tonemap_opencl.c | |
parent | 1fc3d8ee004a2a5143fc2fe533b2aaca4b4f0c3f (diff) | |
download | ffmpeg-c07bbdbcf051c8ae134ee0505e3687e4208a6674.tar.gz |
avfilter/vf_tonemap_opencl: Fix seperate typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/vf_tonemap_opencl.c')
-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 5da2333169..cd293c2522 100644 --- a/libavfilter/vf_tonemap_opencl.c +++ b/libavfilter/vf_tonemap_opencl.c @@ -33,7 +33,7 @@ #include "colorspace.h" // TODO: -// - seperate peak-detection from tone-mapping kernel to solve +// - separate peak-detection from tone-mapping kernel to solve // one-frame-delay issue. // - import colorspace matrix generation from vf_colorspace.c // - more format support |