]> git.sesse.net Git - ffmpeg/commit
avformat/utils: Fix integer overflow in end time calculation in update_stream_timings()
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 11 Apr 2018 16:55:57 +0000 (18:55 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 13 Apr 2018 19:46:16 +0000 (21:46 +0200)
commitc48ceff786bdc96fdc64417118c457d03bd19871
tree1e3e90eee6cf2c519549701bde0fa17aa52e2788
parent5c62a3dbda151e5a184fc29b4c7079cf8415b7e8
avformat/utils: Fix integer overflow in end time calculation in update_stream_timings()

Fixes: crbug 829153
Reported-by: Matt Wolenetz <wolenetz@google.com>
Reviewed-by: Matt Wolenetz <wolenetz@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/utils.c