summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2014-06-05 12:00:49 +0300
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-06-05 11:21:06 +0200
commit510b271f912afb35edac1d3fb39354ee98b01711 (patch)
tree6feb027752909fd63f07f5ed41c1131ca5dce37e
parentefbbd66edd88fb2d71598b5258c5175bebb0d0b4 (diff)
Fix the GetConfigAttributes() for H264SteroHighProfile
-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 fcbab79..a673a94 100755
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -652,6 +652,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);