]> git.sesse.net Git - x264/commit
Fix bug in 2pass if the first P-frames are all skip
authorAnton Mitrofanov <BugMaster@narod.ru>
Sun, 29 Aug 2010 12:35:32 +0000 (16:35 +0400)
committerFiona Glaser <fiona@x264.com>
Sun, 29 Aug 2010 13:05:51 +0000 (09:05 -0400)
commitde0dd4aa8b593e390982d28e0906d067c1c7ede2
tree7d8bf4cad84570ccdf118f8924a09832b1c62d52
parent9fd187e63a2296a3334abc3f9ef1ade458ff671c
Fix bug in 2pass if the first P-frames are all skip
last_qscale_for was read before being initialized in this case, resulting
in the value from the previous iteration being used instead.
encoder/ratecontrol.c