]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Use the correct data type for the chapter times
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Feb 2015 19:40:00 +0000 (20:40 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Feb 2015 19:40:00 +0000 (20:40 +0100)
commita4cd057bc7ddd2dd094d2ae7b0d6843ade95a626
tree8969e023af3c691a342db51cea7d3096e81fec5f
parentd302853bcabf47c53c47abb4714d5bc7c01f0b0b
avformat/matroskaenc: Use the correct data type for the chapter times

Fixes potential integer overflow

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/matroskaenc.c