From 90bf343d8e96a30d031a5fffa3019842607a0361 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Thu, 31 Aug 2017 11:07:24 +0800 Subject: Remove VAProfileH264Baseline from gtest VAProfileH264Baseline was marked as deprecated Signed-off-by: Xiang, Haihao --- test/i965_avce_test_common.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/i965_avce_test_common.cpp') 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: -- cgit v1.2.1