Re: [libav-devel] [PATCH] vc1_pred: Fix undefined negative shifts

2017-03-27 Thread Luca Barbato
On 24/03/2017 22:47, Luca Barbato wrote: > why hpel is negative? As I say nothing, the patch looks fine. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] vc1_pred: Fix undefined negative shifts

2017-03-24 Thread Luca Barbato
On 24/03/2017 19:46, Vittorio Giovara wrote: > From: Michael Niedermayer > > Signed-off-by: Vittorio Giovara > --- > libavcodec/vc1_pred.c | 28 > 1 file changed, 16 insertions(+), 12 deletions(-) > > diff --git a/libavcodec/vc1_pred.c b/libavcodec/vc1_pred.c > ind

[libav-devel] [PATCH] vc1_pred: Fix undefined negative shifts

2017-03-24 Thread Vittorio Giovara
From: Michael Niedermayer Signed-off-by: Vittorio Giovara --- libavcodec/vc1_pred.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/libavcodec/vc1_pred.c b/libavcodec/vc1_pred.c index 25be78778a..d5392a4b7b 100644 --- a/libavcodec/vc1_pred.c ++