Re: [FFmpeg-devel] [PATCH 1/1] avfilter/vf_premultiply: add support for gbrapf32 format

2020-09-10 Thread Paul B Mahol
On Wed, Sep 09, 2020 at 08:36:08PM -0700, mindm...@gmail.com wrote: > From: Mark Reid > > --- > libavfilter/vf_premultiply.c | 118 ++- > 1 file changed, 115 insertions(+), 3 deletions(-) > LGTM, applied. ___ ffmpeg-de

[FFmpeg-devel] [PATCH 1/1] avfilter/vf_premultiply: add support for gbrapf32 format

2020-09-09 Thread mindmark
From: Mark Reid --- libavfilter/vf_premultiply.c | 118 ++- 1 file changed, 115 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_premultiply.c b/libavfilter/vf_premultiply.c index 5d053b1f77..7e5b2aa97f 100644 --- a/libavfilter/vf_premultiply.c +++ b/lib