summaryrefslogtreecommitdiff
path: root/va/va.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va.h')
-rw-r--r--va/va.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/va/va.h b/va/va.h
index 5796579..eeb8e34 100644
--- a/va/va.h
+++ b/va/va.h
@@ -335,8 +335,10 @@ typedef enum
VAProfileH264StereoHigh = 16,
VAProfileHEVCMain = 17,
VAProfileHEVCMain10 = 18,
- VAProfileVP9Version0 = 19,
- VAProfileVP9Version0Still = 20
+ VAProfileVP9Profile0 = 19,
+ VAProfileVP9Profile1 = 20,
+ VAProfileVP9Profile2 = 21,
+ VAProfileVP9Profile3 = 22
} VAProfile;
/**