Re: [FFmpeg-devel] [PATCH 09/11] avcodec/g723_1dec: Fix invalid shift

2019-09-20 Thread Michael Niedermayer
On Fri, Sep 20, 2019 at 12:17:04AM +0200, Andreas Rheinhardt wrote: > Fixes the FATE-tests g723_1-dec-1, g723_1-dec-2 and g723_1-dec-4. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/g723_1dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply thx [...] -- Michael

[FFmpeg-devel] [PATCH 09/11] avcodec/g723_1dec: Fix invalid shift

2019-09-19 Thread Andreas Rheinhardt
Fixes the FATE-tests g723_1-dec-1, g723_1-dec-2 and g723_1-dec-4. Signed-off-by: Andreas Rheinhardt --- libavcodec/g723_1dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/g723_1dec.c b/libavcodec/g723_1dec.c index d8bc3f97ac..d1faf92c39 100644 --- a/libavcodec/