summaryrefslogtreecommitdiff
path: root/test/i965_avce_test_common.cpp
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2017-08-31 11:07:24 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2017-09-27 12:56:58 +0800
commit90bf343d8e96a30d031a5fffa3019842607a0361 (patch)
treece49c27d609cd3b84d7217f696970d727c651c16 /test/i965_avce_test_common.cpp
parent212ba2ac33ff75239a5b94f423710de6d02451f3 (diff)
downloadlibva-intel-driver-90bf343d8e96a30d031a5fffa3019842607a0361.tar.gz
Remove VAProfileH264Baseline from gtest
VAProfileH264Baseline was marked as deprecated Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'test/i965_avce_test_common.cpp')
-rw-r--r--test/i965_avce_test_common.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/i965_avce_test_common.cpp b/test/i965_avce_test_common.cpp
index 1948c871..c35adba3 100644
--- a/test/i965_avce_test_common.cpp
+++ b/test/i965_avce_test_common.cpp
@@ -42,9 +42,6 @@ VAStatus CheckSupported(VAProfile profile, VAEntrypoint entrypoint)
EXPECT_PTR(i965);
switch(profile) {
- case VAProfileH264Baseline:
- return VA_STATUS_ERROR_UNSUPPORTED_PROFILE;
-
case VAProfileH264ConstrainedBaseline:
case VAProfileH264Main:
case VAProfileH264High: