This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_tonemap_opencl: Fix seperate typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.1
Michael Niedermayer
6 years ago
parent
1fc3d8ee00
commit
c07bbdbcf0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_tonemap_opencl.c
+ 1
- 1
libavfilter/vf_tonemap_opencl.c
View File
@@ -33,7 +33,7 @@
#include "colorspace.h"
// TODO:
// - sep
e
rate peak-detection from tone-mapping kernel to solve
// - sep
a
rate peak-detection from tone-mapping kernel to solve
// one-frame-delay issue.
// - import colorspace matrix generation from vf_colorspace.c
// - more format support
Write
Preview
Loading…
Cancel
Save