diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2014-06-05 12:00:49 +0300 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2014-06-16 11:53:35 +0800 |
commit | bb3c0d9848f757906662884755e3184a05981d0b (patch) | |
tree | c94ff54e2a243a81097aaf0d56be0dce8396a6f7 | |
parent | b5fec62b2533c7086ddd40d0c61b51aedc6e33c2 (diff) | |
download | libva-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-x | src/i965_drv_video.c | 1 |
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); |