]> git.sesse.net Git - x264/commit
Fix possible non-determinism with mbtree + open-gop + sync-lookahead
authorAnton Mitrofanov <BugMaster@narod.ru>
Thu, 24 Jan 2013 08:11:26 +0000 (12:11 +0400)
committerFiona Glaser <fiona@x264.com>
Mon, 25 Feb 2013 20:14:31 +0000 (12:14 -0800)
commit43ff8f1681c1cca997ca916508723abea85d0fa2
treea3fa28b4badcf1432f5ec74c201d6b74098ee3e8
parentc2c2a95708685156a643e920b497d48597e0267c
Fix possible non-determinism with mbtree + open-gop + sync-lookahead

Code assumed keyframe analysis would only pull one frame off the list; this
isn't true with open-gop.
encoder/analyse.h
encoder/lookahead.c
encoder/slicetype.c