Fix the GetConfigAttributes() for H264SteroHighProfile
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Thu, 5 Jun 2014 09:00:49 +0000 (12:00 +0300)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 16 Jun 2014 03:53:35 +0000 (11:53 +0800)
(cherry picked from commit 510b271f912afb35edac1d3fb39354ee98b01711)

src/i965_drv_video.c

index 8da5a94..82a4e69 100755 (executable)
@@ -658,6 +658,7 @@ i965_GetConfigAttributes(VADriverContextP ctx,
                 if (profile == VAProfileH264ConstrainedBaseline ||
                     profile == VAProfileH264Main ||
                     profile == VAProfileH264High ||
+                    profile == VAProfileH264StereoHigh ||
                     profile == VAProfileH264MultiviewHigh) {
                     attrib_list[i].value |= (VA_ENC_PACKED_HEADER_RAW_DATA |
                                              VA_ENC_PACKED_HEADER_SLICE);