Re: [FFmpeg-devel] [PATCH] avfilter/scale: use int64_t for height/width calculation to address overflow

2017-02-04 Thread Michael Niedermayer
On Sat, Feb 04, 2017 at 10:04:36AM -0800, Aman Gupta wrote: > From: Aman Gupta > > --- > libavfilter/scale.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavfilter/scale.c b/libavfilter/scale.c > index 50cd442..9725f1f 100644 > --- a/libavfilter/scale.c > +++

[FFmpeg-devel] [PATCH] avfilter/scale: use int64_t for height/width calculation to address overflow

2017-02-04 Thread Aman Gupta
From: Aman Gupta --- libavfilter/scale.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/scale.c b/libavfilter/scale.c index 50cd442..9725f1f 100644 --- a/libavfilter/scale.c +++ b/libavfilter/scale.c @@ -68,7 +68,7 @@ int ff_scale_eval_dimensions(void *log_