]> git.sesse.net Git - ffmpeg/commit
avformat/segafilmenc: Fix undefined left shift of 1 by 31 places
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 14 Jan 2020 03:13:30 +0000 (04:13 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 14 Jan 2020 22:00:35 +0000 (23:00 +0100)
commit8ae026d74f599b2d00b91798af1c1067a879007c
tree5992464fff22e7bb712d633d976e44109480e871
parent44a80897e86f3a8d576e8d5a14df218be767aeab
avformat/segafilmenc: Fix undefined left shift of 1 by 31 places

by changing the type to unsigned.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/segafilmenc.c