diff options
author | Sirisha Muppavarapu <sirisha.muppavarapu@intel.com> | 2015-10-30 03:43:21 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2015-12-07 13:31:29 +0800 |
commit | 2e472c2232acb67ed291554372c149f9cef19201 (patch) | |
tree | 76057b6588ce830aef659509fb5913a37afa57ea | |
parent | b4944dbce5014504c7ca71392378b1a4360718d8 (diff) |
Export VP9 decoding on BXT
Signed-off-by: Sirisha Muppavarapu <sirisha.muppavarapu@intel.com>
Signed-off-by: peng.chen <peng.c.chen@intel.com>
(cherry picked from commit e16f923193a10f78f5462db7efa4e89e242fca93)
-rw-r--r-- | src/i965_device_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_device_info.c b/src/i965_device_info.c index db904ae..4921922 100644 --- a/src/i965_device_info.c +++ b/src/i965_device_info.c @@ -400,6 +400,7 @@ static struct hw_codec_info bxt_hw_codec_info = { .has_hevc_decoding = 1, .has_hevc_encoding = 1, .has_hevc10_decoding = 1, + .has_vp9_decoding = 1, .num_filters = 5, .filters = { |