Re: [FFmpeg-devel] [PATCH] avocdec/snowenc: Fix left shift of negative number

2022-09-27 Thread Michael Niedermayer
On Tue, Sep 27, 2022 at 03:47:15AM +0200, Andreas Rheinhardt wrote: > Fixes the vsynth(1|2|_lena)-snow-ll FATE-tests. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/snowenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9F

[FFmpeg-devel] [PATCH] avocdec/snowenc: Fix left shift of negative number

2022-09-26 Thread Andreas Rheinhardt
Fixes the vsynth(1|2|_lena)-snow-ll FATE-tests. Signed-off-by: Andreas Rheinhardt --- libavcodec/snowenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c index b647fc9016..c5ff50639e 100644 --- a/libavcodec/snowenc.c +++ b/libavcod