Re: [FFmpeg-devel] [PATCH] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-01 Thread Mark Thompson
On 01/02/17 00:46, Aman Gupta wrote: > From: Aman Gupta > > Implements support for height/width expressions in vf_scale_vaapi, > by refactoring common code into a new libavfilter/scale.c Nice! Patch as a whole LGTM, some minor nits below. > --- > libavfilter/Makefile |

Re: [FFmpeg-devel] [PATCH] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-01 Thread Michael Niedermayer
On Tue, Jan 31, 2017 at 04:46:25PM -0800, Aman Gupta wrote: > From: Aman Gupta > > Implements support for height/width expressions in vf_scale_vaapi, > by refactoring common code into a new libavfilter/scale.c > --- > libavfilter/Makefile | 8 +-- > libavfilter/scale.c

[FFmpeg-devel] [PATCH] avfilter/scale: refactor common code for scaling height/width expressions

2017-01-31 Thread Aman Gupta
From: Aman Gupta Implements support for height/width expressions in vf_scale_vaapi, by refactoring common code into a new libavfilter/scale.c --- libavfilter/Makefile | 8 +-- libavfilter/scale.c | 143 +++