[FFmpeg-cvslog] avfilter/vf_tonemap_opencl: Fix seperate typo

Michael Niedermayer git at videolan.org
Sun Oct 7 04:07:46 EEST 2018


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Sep 19 18:05:30 2018 +0200| [c07bbdbcf051c8ae134ee0505e3687e4208a6674] | committer: Michael Niedermayer

avfilter/vf_tonemap_opencl: Fix seperate typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c07bbdbcf051c8ae134ee0505e3687e4208a6674
---

 libavfilter/vf_tonemap_opencl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list