[FFmpeg-devel] [PATCH] avfilter/vf_lut3d: support remaping negative values in the prelut

Paul B Mahol onemda at gmail.com
Sun Sep 6 12:27:07 EEST 2020


On Sat, Sep 05, 2020 at 02:13:01PM -0700, mindmark at gmail.com wrote:
> From: Mark Reid <mindmark at gmail.com>
> 
> ---
>  libavfilter/vf_lut3d.c | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c
> index 6730a424ce..988f6c8b55 100644
> --- a/libavfilter/vf_lut3d.c
> +++ b/libavfilter/vf_lut3d.c
> @@ -878,18 +878,16 @@ static int parse_cinespace(AVFilterContext *ctx, FILE *f)
>  

lgtm


More information about the ffmpeg-devel mailing list