Skip to content

Commit

Permalink
test: add VAProfileH264High10
Browse files Browse the repository at this point in the history
see [intel/libva#664](intel/libva#664)

Signed-off-by: jianfeng.zheng <[email protected]>
  • Loading branch information
jianfeng.zheng committed Dec 20, 2022
1 parent 43555d6 commit 6c35c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static const Profiles g_vaProfiles = {
VAProfileVP9Profile1,
VAProfileVP9Profile2,
VAProfileVP9Profile3,
VAProfileH264High10,
};

static const Profiles g_vaNoneProfiles = {
Expand All @@ -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 = {
Expand Down

0 comments on commit 6c35c85

Please sign in to comment.