Skip to content

Commit 9fee18e

Browse files
committed
va: Add VAProfileH264High444Predictive
1 parent 52777b4 commit 9fee18e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

va/va.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ typedef enum {
543543
VAProfileVVCMain10 = 37,
544544
VAProfileVVCMultilayerMain10 = 38,
545545
VAProfileAV1Profile2 = 39,
546-
VAProfileH264High422 = 40
546+
VAProfileH264High422 = 40,
547+
VAProfileH264High444Predictive = 41,
547548
} VAProfile;
548549

549550
/**

0 commit comments

Comments
 (0)