Re: [FFmpeg-devel] [PATCH] avcodec/vc2enc_dwt: Fix left shifts of negative numbers

2022-10-02 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Fixes the vsynth(1|2|_lena)-vc2-(thaar|t5_3) FATE tests. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vc2enc_dwt.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/vc2enc_dwt.c b/libavcodec/vc2enc_dwt.c > index 441af040

[FFmpeg-devel] [PATCH] avcodec/vc2enc_dwt: Fix left shifts of negative numbers

2022-09-27 Thread Andreas Rheinhardt
Fixes the vsynth(1|2|_lena)-vc2-(thaar|t5_3) FATE tests. Signed-off-by: Andreas Rheinhardt --- libavcodec/vc2enc_dwt.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libavcodec/vc2enc_dwt.c b/libavcodec/vc2enc_dwt.c index 441af040ec..809f938e1b 100644 --- a/libavcodec