summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tonemap_opencl.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-09-19 18:05:30 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2018-10-07 03:03:09 +0200
commitc07bbdbcf051c8ae134ee0505e3687e4208a6674 (patch)
tree0160fadca312ff3dce71b8dc500ddc4adfdf5ff2 /libavfilter/vf_tonemap_opencl.c
parent1fc3d8ee004a2a5143fc2fe533b2aaca4b4f0c3f (diff)
downloadffmpeg-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.c2
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