summaryrefslogtreecommitdiff
path: root/test/i965_avcd_config_test.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_avcd_config_test.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_avcd_config_test.cpp')
-rw-r--r--test/i965_avcd_config_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/i965_avcd_config_test.cpp b/test/i965_avcd_config_test.cpp
index 8bc5e3cc..ad10ffbe 100644
--- a/test/i965_avcd_config_test.cpp
+++ b/test/i965_avcd_config_test.cpp
@@ -96,8 +96,6 @@ VAStatus HasMVCDecodeSupport()
}
static const std::vector<ConfigTestInput> inputs = {
- { VAProfileH264Baseline, VAEntrypointVLD, &ProfileNotSupported },
-
{ VAProfileH264ConstrainedBaseline, VAEntrypointVLD, &HasDecodeSupport },
{ VAProfileH264Main, VAEntrypointVLD, &HasDecodeSupport },
{ VAProfileH264High, VAEntrypointVLD, &HasDecodeSupport },