mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_tonemap_opencl: Fix seperate typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
1fc3d8ee00
commit
c07bbdbcf0
|
@ -33,7 +33,7 @@
|
||||||
#include "colorspace.h"
|
#include "colorspace.h"
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// - seperate peak-detection from tone-mapping kernel to solve
|
// - separate peak-detection from tone-mapping kernel to solve
|
||||||
// one-frame-delay issue.
|
// one-frame-delay issue.
|
||||||
// - import colorspace matrix generation from vf_colorspace.c
|
// - import colorspace matrix generation from vf_colorspace.c
|
||||||
// - more format support
|
// - more format support
|
||||||
|
|
Loading…
Reference in New Issue