decoder: vp9: Align with the ABI changes in vp9 codecparser
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 1 Apr 2016 11:00:28 +0000 (14:00 +0300)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 1 Apr 2016 11:00:28 +0000 (14:00 +0300)
commit80c3bfe4485b98596489eb2f5eb3836fc5ec0bea
treec72dfc44f94e2adf04d2437c4cf5d3cf6273f9e9
parent641e9a47f6dd25cf4d7ec45b31366ad9b2a42411
decoder: vp9: Align with the ABI changes in vp9 codecparser

The subsampling_x, subsampling_y, bit_depth, color_space and color_range
fileds are moved from GstVp9FrameHdr to the global GstVp9Parser structure.
These fields are only present in keyframe or intra-only frame, no need to
duplicate them for inter-frames.

https://bugzilla.gnome.org/show_bug.cgi?id=764082
gst-libs/gst/vaapi/gstvaapidecoder_vp9.c