ffmpeg | branch: release/2.8 | Michael Niedermayer |
Thu Feb 20 22:26:18 2020 +0100| [63abfc87a4e8e96740d75c7053a8e796f34b8bd4] |
committer: Michael Niedermayer
avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF
Fixes: left shift of 233 by 24 places cannot be represented in type 'int'
Fixes
ffmpeg | branch: master | Michael Niedermayer | Thu
Feb 20 22:26:18 2020 +0100| [051d11f659455f38be7ce40e2dc9d03b082dcd4d] |
committer: Michael Niedermayer
avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF
Fixes: left shift of 233 by 24 places cannot be represented in type 'int'
Fixes:
20