h264: add picture structure for reference picture marking process.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 13 Nov 2012 13:04:31 +0000 (14:04 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Nov 2012 16:39:19 +0000 (17:39 +0100)
commite530c5774149e68acc8e50b4b74c83968897a34a
tree55bdf9476220a9517c38d65a94fe5588c8f1d133
parentbbbf3741ffac4efdb2d9ffd1df4733b8838f5823
h264: add picture structure for reference picture marking process.

Introduce new `structure' field to the H.264 specific picture structure
so that to simplify the reference picture marking process. That local
picture structure is derived from the original picture structure, as
defined by the syntax elements field_pic_flag and bottom_field_flag.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c