ffmpeg | branch: release/2.8 | Michael Niedermayer |
Wed Nov 20 20:34:55 2019 +0100| [300739d5893d97436ec4e17048ca28b7c9db2d0d] |
committer: Michael Niedermayer
avcodec/wmaprodec: Fixes integer overflow with 32bit samples
Fixes: left shift of 1 by 31 places cannot be represented in type 'int'
ffmpeg | branch: master | Michael Niedermayer | Wed
Nov 20 20:34:55 2019 +0100| [a9cc69c0d59057ea172a107e0308fdf5fd8fc04e] |
committer: Michael Niedermayer
avcodec/wmaprodec: Fixes integer overflow with 32bit samples
Fixes: left shift of 1 by 31 places cannot be represented in type 'int'
Fixes