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
1 changed files with 1 additions and 1 deletions

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