h264: add flag to compile with strict DPB ordering mode.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 16 Oct 2012 14:52:04 +0000 (16:52 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 16 Oct 2012 14:52:04 +0000 (16:52 +0200)
commit2e8949d77b1503bcd51e4cc6a92ab204db371302
tree7502b3a374ef9fc549ac1e131436f06ef707e64d
parent26b7c46eda13a94a35a97c448f424d963a89dcbc
h264: add flag to compile with strict DPB ordering mode.

Allow build with strict DPB ordering mode whereby evicted entries
are replaced by the next entries, in order instead of optimizing
it away with the last entry in the DPB.

This is only useful for debugging purpose, against a reference SW
decoder for example.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c