summaryrefslogtreecommitdiff
path: root/src/gen75_mfc.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-09-09 09:10:51 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-12-03 12:17:23 +0800
commit9d0bd942552a68411f2c223e362591ac9520a7f8 (patch)
treea273b571f330ec9097d51959b251e76173c77c31 /src/gen75_mfc.c
parent323e03e5efa0f30a364c2d6e6d11283625a575bb (diff)
downloadlibva-intel-driver-9d0bd942552a68411f2c223e362591ac9520a7f8.tar.gz
libva-intel-driver-9d0bd942552a68411f2c223e362591ac9520a7f8.tar.bz2
libva-intel-driver-9d0bd942552a68411f2c223e362591ac9520a7f8.zip
H.264: Support Constrained Baseline profile instead of Baseline profile
GENx doesn't support FMO/ASO, so remove the support of Baseline profile for conformance testing. In addition, add the support for Constrained Baseline profile. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/gen75_mfc.c')
-rw-r--r--src/gen75_mfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen75_mfc.c b/src/gen75_mfc.c
index 81cf752..4237161 100644
--- a/src/gen75_mfc.c
+++ b/src/gen75_mfc.c
@@ -2525,7 +2525,7 @@ static VAStatus gen75_mfc_pipeline(VADriverContextP ctx,
VAStatus vaStatus;
switch (profile) {
- case VAProfileH264Baseline:
+ case VAProfileH264ConstrainedBaseline:
case VAProfileH264Main:
case VAProfileH264High:
vaStatus = gen75_mfc_avc_encode_picture(ctx, encode_state, encoder_context);