Re: [libav-devel] [PATCH 2/2] utvideodec: Fix gradient prediction when stride does not match width

2017-04-24 Thread Vittorio Giovara
On Sat, Apr 22, 2017 at 6:33 AM, Luca Barbato wrote: > From: Paul B Mahol > > Signed-off-by: Paul B Mahol > Signed-off-by: Luca Barbato > --- > libavcodec/utvideodec.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/utvideodec.c b/libavcodec/ut

[libav-devel] [PATCH 2/2] utvideodec: Fix gradient prediction when stride does not match width

2017-04-22 Thread Luca Barbato
From: Paul B Mahol Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato --- libavcodec/utvideodec.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libavcodec/utvideodec.c b/libavcodec/utvideodec.c index 0f58c83..ed6368e 100644 --- a/libavcodec/utvideodec.c