1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avfilter/vf_tonemap_opencl: Fix seperate typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2018-09-19 18:05:30 +02:00
parent 1fc3d8ee00
commit c07bbdbcf0

View 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