]> git.sesse.net Git - x264/commit
Fix crash with --fps 0
authorAnton Mitrofanov <BugMaster@narod.ru>
Fri, 22 Jun 2012 18:02:24 +0000 (22:02 +0400)
committerFiona Glaser <fiona@x264.com>
Tue, 3 Jul 2012 20:10:02 +0000 (13:10 -0700)
commit5e3aaf1a49b173df916a384942c8089dd5bd8a22
tree8ba7ae9324d711c006509d6035801c74d6eb6074
parentdf700eae5d5ce5732f80df9ce81e6d3fe99ef56a
Fix crash with --fps 0
Fix some integer overflows and check input parameters better.
Also fix incorrect type specifiers for demuxer info printing.
common/common.c
encoder/encoder.c
encoder/set.c
output/mp4.c
x264.c