]> git.sesse.net Git - x264/commit
Fix frame-packing==5 with some decoders
authorTal Aloni <tal.aloni.il@gmail.com>
Tue, 17 Jun 2014 22:10:56 +0000 (15:10 -0700)
committerFiona Glaser <fiona@x264.com>
Sun, 20 Jul 2014 03:52:55 +0000 (20:52 -0700)
commit92fdb43dd47fbc3368d9d9c7ad940fbe03657bd3
tree23b82d25f96156433510f923e2bab4464b0722e0
parent13d6dfd83af98e472a9e9a8b6abf5c971707a893
Fix frame-packing==5 with some decoders

The spec mandates that frame-packing==5 requires the SEI on every frame that
begins a view sequence (i.e. the input frames L0-R0-L1-R1 have 4 view sequences,
but if reordered by the encoder to L0-L1-R0-R1 there are now 2 view sequences).
For simplicity, we write the SEI on every frame.

This fixes frame-packing==5 3D playback on some decoders (PlayStation 3, Sony
W8 series, possibly others).
encoder/encoder.c
encoder/set.c