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
commit
c07bbdbcf0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_tonemap_opencl.c

+ 1
- 1
libavfilter/vf_tonemap_opencl.c 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


Loading…
Cancel
Save