From 9fee18e91bf7c387cddf6842496941e40f78d959 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Tue, 30 Jun 2026 14:30:55 +0200 Subject: [PATCH] va: Add VAProfileH264High444Predictive --- va/va.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/va/va.h b/va/va.h index 941eb971e..7dc13741c 100644 --- a/va/va.h +++ b/va/va.h @@ -543,7 +543,8 @@ typedef enum { VAProfileVVCMain10 = 37, VAProfileVVCMultilayerMain10 = 38, VAProfileAV1Profile2 = 39, - VAProfileH264High422 = 40 + VAProfileH264High422 = 40, + VAProfileH264High444Predictive = 41, } VAProfile; /**