summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPenne <penne.y.lee@intel.com>2014-09-24 03:54:00 -0700
committerXiang, Haihao <haihao.xiang@intel.com>2014-09-27 10:29:12 +0800
commit0606e47166ce504c370bc640c01ec1bc6a22bf19 (patch)
treea4ca608f8077e4827cc8e41e2f7f6a7344b39b19
parentb654526a5101a0dc0b1d5698df133c56cfb987f9 (diff)
downloadlibva-0606e47166ce504c370bc640c01ec1bc6a22bf19.tar.gz
Add a new profile for VP9
If VA_CODED_BUF_STATUS_CODEC_SPECIFIC is set, codec specific information will be sent out Signed-off-by: Penne <penne.y.lee@intel.com> Signed-off-by: Wang, Ce <ce.wang@intel.com>
-rw-r--r--va/va.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/va/va.h b/va/va.h
index d0ebdd4..1d4d1ca 100644
--- a/va/va.h
+++ b/va/va.h
@@ -335,7 +335,8 @@ typedef enum
VAProfileH264StereoHigh = 16,
VAProfileHEVCMain = 17,
VAProfileHEVCMain10 = 18,
- VAProfileVP9Version0 = 19
+ VAProfileVP9Version0 = 19,
+ VAProfileVP9Version0Still = 20
} VAProfile;
/**