Fix incorrect scaling of S32LE samples; 1<<31 overflows and causes the wrong result.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 May 2016 22:09:15 +0000 (23:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 May 2016 10:50:29 +0000 (11:50 +0100)
commit9808dfbfff3d0c618698f19ca6c9cbbdae24a380
tree3c2e7d6785cb423f72315aef2ba77379018fb744
parentfb019eb087ffc38668dcd3bef455457ad4ebf161
Fix incorrect scaling of S32LE samples; 1<<31 overflows and causes the wrong result.
src/lib/ffmpeg_decoder.cc