Re: [FFmpeg-devel] [PATCH v2 12/15] avcodec/ituh263dec: Fix undefined left shift of negative number

2019-09-28 Thread Michael Niedermayer
On Sat, Sep 28, 2019 at 04:26:07AM +0200, Andreas Rheinhardt wrote: > Fixes ticket #8160. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/ituh263dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH v2 12/15] avcodec/ituh263dec: Fix undefined left shift of negative number

2019-09-27 Thread Andreas Rheinhardt
Fixes ticket #8160. Signed-off-by: Andreas Rheinhardt --- libavcodec/ituh263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c index 1b57e53cad..afc786bd8b 100644 --- a/libavcodec/ituh263dec.c +++ b/libavcodec/ituh263dec.c