Re: [FFmpeg-devel] [PATCH 7/7] avfilter/vf_framerate: fix scene score with negative linesize

2017-12-11 Thread Paul B Mahol
On 12/10/17, Marton Balint wrote: > Also, do not overread input if linesize > width, or linesize is not > divisible > by 8, and use the proper rounded width/height for MAFD calculation. > > Signed-off-by: Marton Balint > --- > libavfilter/vf_framerate.c | 18 +- > 1 file changed,

[FFmpeg-devel] [PATCH 7/7] avfilter/vf_framerate: fix scene score with negative linesize

2017-12-10 Thread Marton Balint
Also, do not overread input if linesize > width, or linesize is not divisible by 8, and use the proper rounded width/height for MAFD calculation. Signed-off-by: Marton Balint --- libavfilter/vf_framerate.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib