OSDN Git Service

avformat/utils: avoid overflow in compute_chapters_end() with huge durations
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 28 May 2016 21:51:35 +0000 (23:51 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 28 May 2016 22:25:21 +0000 (00:25 +0200)
commitc1ed78a591f68f3c81eded0bfaac313937ffa3b6
treed33a58b432cebaf7e086b82a7c61c785e7f27f86
parent2be3007ed55f1513bcae3d2a076e71878f48eb03
avformat/utils: avoid overflow in compute_chapters_end()  with huge durations

Fixes: usan_granule_overflow

Found-by: Thomas Guilbert <tguilbert@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/utils.c