Skip to content

Commit 6c35c85

Browse files
author
jianfeng.zheng
committed
test: add VAProfileH264High10
see [intel/libva#664](intel/libva#664) Signed-off-by: jianfeng.zheng <[email protected]>
1 parent 43555d6 commit 6c35c85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_data.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static const Profiles g_vaProfiles = {
5959
VAProfileVP9Profile1,
6060
VAProfileVP9Profile2,
6161
VAProfileVP9Profile3,
62+
VAProfileH264High10,
6263
};
6364

6465
static const Profiles g_vaNoneProfiles = {
@@ -81,6 +82,7 @@ static const Profiles g_vaH263Profiles = {
8182
static const Profiles g_vaH264Profiles = {
8283
VAProfileH264Main, VAProfileH264High, VAProfileH264ConstrainedBaseline,
8384
VAProfileH264MultiviewHigh, VAProfileH264StereoHigh,
85+
VAProfileH264High10,
8486
};
8587

8688
static const Profiles g_vaVC1Profiles = {

0 commit comments

Comments
 (0)