]> git.sesse.net Git - ffmpeg/commit
avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_fra...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 15 Oct 2014 16:23:21 +0000 (18:23 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 15 Oct 2014 16:23:21 +0000 (18:23 +0200)
commita92192d2e4f7ff3078b128592f6673089b221cc4
treeac489d7a50c58a6e13dc1eaf118661735ec8b658
parent2b37864e7f2bb78fd78904074f03449f70331e3d
avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_frame_duration()

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