diff options
-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); |