Re: [FFmpeg-devel] [PATCH 4/4] lavfi/opencl: remove peak option of tonemap_opencl

2018-10-30 Thread myp...@gmail.com
On Mon, Oct 29, 2018 at 1:21 PM Ruiling Song wrote: > > Since the filter use auto-calculate the peak value, > the option does not work as expected. So, remove it. > > Signed-off-by: Ruiling Song > --- > libavfilter/vf_tonemap_opencl.c | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-

[FFmpeg-devel] [PATCH 4/4] lavfi/opencl: remove peak option of tonemap_opencl

2018-10-28 Thread Ruiling Song
Since the filter use auto-calculate the peak value, the option does not work as expected. So, remove it. Signed-off-by: Ruiling Song --- libavfilter/vf_tonemap_opencl.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libavfilter/vf_tonemap_opencl.c b/libavfilter/vf_ton