]> git.sesse.net Git - x264/commit
Use the correct default B-ref placement with B-pyramid
authorAnton Mitrofanov <BugMaster@narod.ru>
Sun, 10 Apr 2016 17:13:59 +0000 (20:13 +0300)
committerHenrik Gramner <henrik@gramner.com>
Mon, 11 Apr 2016 14:58:22 +0000 (16:58 +0200)
commitfd2c324731c2199e502ded9eff723d29c6eafe0b
treeff064a382e59e6569f35733d47c4a570fa136993
parente6a3f2989dd9eba3434c21fa94a6d9a5d1c7a9fe
Use the correct default B-ref placement with B-pyramid

Cost analyse functions expects the placement of the B-ref in a sequence of
an even number of B-frames to be located towards the beginning while the
actual placement was towards the end.

Change the placement to be consistent with the analyse expectations, e.g.
PbbBbP -> PbBbbP.
encoder/slicetype.c