]> git.sesse.net Git - ffmpeg/commit
avcodec/ac3enc: Fix invalid shift
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 19 Sep 2019 22:17:06 +0000 (00:17 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 20 Sep 2019 21:26:34 +0000 (23:26 +0200)
commit2f289ec914cc7e8133858d4f9e8d91dab685ae44
tree9cede97d4e61c66940f142d2557a4da66b45c517
parent54e1efda6d67afb11e21e40109c10b447f8d7f3c
avcodec/ac3enc: Fix invalid shift

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 <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/ac3enc.c