]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_tonemap_opencl: Fix seperate typo
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Sep 2018 16:05:30 +0000 (18:05 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 7 Oct 2018 01:03:09 +0000 (03:03 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_tonemap_opencl.c

index 5da2333169b888fffad39cab5c53b5bfa39c2124..cd293c25223951245494ec505572bf8b032e2980 100644 (file)
@@ -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