Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_lut3d: fix range domain processing for .cube format

2019-04-27 Thread Clément Bœsch
On Thu, Apr 25, 2019 at 02:57:26PM +0200, Paul B Mahol wrote: > The ranges are for input, not for output. > > Signed-off-by: Paul B Mahol > --- > libavfilter/vf_lut3d.c | 73 +- > 1 file changed, 51 insertions(+), 22 deletions(-) > LGTM, thanks -- Clém

[FFmpeg-devel] [PATCH 2/2] avfilter/vf_lut3d: fix range domain processing for .cube format

2019-04-25 Thread Paul B Mahol
The ranges are for input, not for output. Signed-off-by: Paul B Mahol --- libavfilter/vf_lut3d.c | 73 +- 1 file changed, 51 insertions(+), 22 deletions(-) diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index d1974b0e05..c3dd6eb69f 100644 --