decoder: h264: fix slice data bit offset with MVC NAL units.
authorLi Xiaowei <xiaowei.a.li@intel.com>
Thu, 7 Mar 2013 03:32:20 +0000 (11:32 +0800)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 25 Apr 2014 17:24:07 +0000 (19:24 +0200)
commit3f14745d61ae9b0cbdc5d0493accf32be39773c9
tree2bdc25aa0dd27970b80456f83f0a8e18749f2e92
parent5a3e51472d7dd8fd1c5d1e87cf0c73c58a476498
decoder: h264: fix slice data bit offset with MVC NAL units.

When MVC slice NAL units (coded slice extension and prefix NAL) are
present, the number of NAL header bytes is 3, not 1 as usual.

Signed-off-by: Li Xiaowei <xiaowei.a.li@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
gst-libs/gst/vaapi/gstvaapidecoder_h264.c