summaryrefslogtreecommitdiff
path: root/va/va.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va.h')
-rw-r--r--va/va.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/va/va.h b/va/va.h
index 845760c..4e35b06 100644
--- a/va/va.h
+++ b/va/va.h
@@ -287,7 +287,9 @@ typedef enum
VAProfileH263Baseline = 11,
VAProfileJPEGBaseline = 12,
VAProfileH264ConstrainedBaseline = 13,
- VAProfileVP8Version0_3 = 14
+ VAProfileVP8Version0_3 = 14,
+ VAProfileH264MultiviewHigh = 15,
+ VAProfileH264StereoHigh = 16
} VAProfile;
/**