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

2019-09-20 Thread Michael Niedermayer
On Fri, Sep 20, 2019 at 12:17:06AM +0200, Andreas Rheinhardt wrote: > Fixes the FATE-tests unknown_layout-ac3, ac3-fixed-encode, ac3-encode > and eac3-encode. It furthermore fixes the ac3-encoder bugs mentioned in > tickets #7994, #8144 and #8159. > > Signed-off-by: Andreas Rheinhardt > --- > li

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

2019-09-19 Thread Andreas Rheinhardt
Fixes the FATE-tests unknown_layout-ac3, ac3-fixed-encode, ac3-encode and eac3-encode. It furthermore fixes the ac3-encoder bugs mentioned in tickets #7994, #8144 and #8159. Signed-off-by: Andreas Rheinhardt --- libavcodec/ac3enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi