ffmpeg | branch: release/4.4 | Michael Niedermayer |
Tue Apr 27 20:57:02 2021 +0200| [8a3eb4498b10d16fb973443826bffd117ad9e7c6] |
committer: Michael Niedermayer
avformat/wavdec: Use 64bit in new_pos computation
Fixes: signed integer overflow: 129 * 16711680 cannot be represented in type
'int'
ffmpeg | branch: master | Michael Niedermayer | Tue
Apr 27 20:57:02 2021 +0200| [9b57d2f0a967195dc1c72fda8f3a983a0132a243] |
committer: Michael Niedermayer
avformat/wavdec: Use 64bit in new_pos computation
Fixes: signed integer overflow: 129 * 16711680 cannot be represented in type
'int'
Fixe