ffmpeg | branch: release/4.3 | Michael Niedermayer |
Fri Jun 5 18:22:51 2020 +0200| [611fc7244a1a93b4d0fd652d13a09c52f2dc19f3] |
committer: Michael Niedermayer
avcodec/movtextdec: Fix shift overflows in mov_text_init()
Fixes: left shift of 243 by 24 places cannot be represented in type 'int'
ffmpeg | branch: master | Michael Niedermayer | Fri
Jun 5 18:22:51 2020 +0200| [d7a2311a2c5be1e861c3df618d295e7eced8e84b] |
committer: Michael Niedermayer
avcodec/movtextdec: Fix shift overflows in mov_text_init()
Fixes: left shift of 243 by 24 places cannot be represented in type 'int'
Fixes