test: add VAProfileH264High10

see https://github.com/intel/libva/pull/664

Signed-off-by: jianfeng.zheng <jianfeng.zheng@mthreads.com>
This commit is contained in:
jianfeng.zheng 2022-12-19 15:00:37 +08:00 committed by XinfengZhang
parent 8bd8cde5e8
commit ea1d866ef8
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static const Profiles g_vaProfiles = {
VAProfileVP9Profile1,
VAProfileVP9Profile2,
VAProfileVP9Profile3,
VAProfileH264High10,
};
static const Profiles g_vaNoneProfiles = {
@ -81,6 +82,7 @@ static const Profiles g_vaH263Profiles = {
static const Profiles g_vaH264Profiles = {
VAProfileH264Main, VAProfileH264High, VAProfileH264ConstrainedBaseline,
VAProfileH264MultiviewHigh, VAProfileH264StereoHigh,
VAProfileH264High10,
};
static const Profiles g_vaVC1Profiles = {