]> git.sesse.net Git - ffmpeg/commit
avcodec/dcaenc: Fix undefined left shift of negative numbers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 26 Mar 2021 05:03:49 +0000 (06:03 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Thu, 1 Apr 2021 12:01:47 +0000 (14:01 +0200)
commit659a925939011338cac1ab3c21d58d4b077fc926
treec6fb133f02c3e648de0124400eb95e9a940897ee
parent0c7d02844cafda542771124c6b6fd4db6308ffbb
avcodec/dcaenc: Fix undefined left shift of negative numbers

Affected the acodec-dca and acodec-dca2 FATE tests.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/dcaenc.c