summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2014-06-05 12:00:49 +0300
committerXiang, Haihao <haihao.xiang@intel.com>2014-06-16 11:53:35 +0800
commitbb3c0d9848f757906662884755e3184a05981d0b (patch)
treec94ff54e2a243a81097aaf0d56be0dce8396a6f7
parentb5fec62b2533c7086ddd40d0c61b51aedc6e33c2 (diff)
downloadlibva-intel-driver-bb3c0d9848f757906662884755e3184a05981d0b.tar.gz
libva-intel-driver-bb3c0d9848f757906662884755e3184a05981d0b.tar.bz2
libva-intel-driver-bb3c0d9848f757906662884755e3184a05981d0b.zip
Fix the GetConfigAttributes() for H264SteroHighProfile
(cherry picked from commit 510b271f912afb35edac1d3fb39354ee98b01711)
-rwxr-xr-xsrc/i965_drv_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
index 8da5a94..82a4e69 100755
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -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);