]> git.sesse.net Git - ffmpeg/commit
lavc: Make sure that the effective timebase would not overflow
authorArttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
Mon, 18 Jan 2016 19:54:34 +0000 (20:54 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 19 Jan 2016 19:47:49 +0000 (20:47 +0100)
commit7486418683bd2477772e03aab573cf846c12fb0d
tree4577ab5a16be82f16a8020a5285358c860e7748a
parente59708bb9d94f67381f19344b5e021591eb711bf
lavc: Make sure that the effective timebase would not overflow

In the unlikely situation the user decides to set ticks_per_frame
and timebase to a value large enough to overflow.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/utils.c