]> git.sesse.net Git - ffmpeg/commit
avcodec/movtextenc: Fix undefined left shifts outside the range of int
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 17 Oct 2020 03:00:13 +0000 (05:00 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 19 Oct 2020 19:40:28 +0000 (21:40 +0200)
commit2f9fc35028364b0140fd6e0d2e4dbaffebed1acd
treedd553a7f326b9545f297f553ebd2e13d747fd687
parent9a731e9fec53f121e0fd5981f22c9c5093db0793
avcodec/movtextenc: Fix undefined left shifts outside the range of int

Reviewed-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/movtextenc.c