]> git.sesse.net Git - x264/commit
Fix possible division by zero in mkv and flv muxers on close
authorAnton Mitrofanov <BugMaster@narod.ru>
Mon, 31 Jan 2011 21:43:03 +0000 (00:43 +0300)
committerFiona Glaser <fiona@x264.com>
Sat, 5 Feb 2011 23:10:05 +0000 (15:10 -0800)
commitd7c05794b6645de764ca9f9a0b71b15f9761eeda
treeb3dc6cf0077b411d5efb6e5a4f27d1292c6ddc4e
parent8c881320850542a496be53a107d1a13290a03785
Fix possible division by zero in mkv and flv muxers on close
This could crash if anything failed before output.set_param (for example, incorrect params refused by x264_encoder_open).
Bug introduced in r1873.
output/flv.c
output/matroska.c