summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpeng.chen <peng.c.chen@intel.com>2016-01-27 15:05:26 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-01-29 13:42:25 +0800
commit09b2f1f637390318236c11312898e3f4906c9581 (patch)
tree45c3318b1ae940ece54be7315927011ecbf74b6d /test
parent000622dad919387ac40f3ad48157d5db925c1ce9 (diff)
downloadlibva-09b2f1f637390318236c11312898e3f4906c9581.tar.gz
add the support of enum VAProfileVP9Profile1~3 for vainfo
Signed-off-by: peng.chen <peng.c.chen@intel.com>
Diffstat (limited to 'test')
-rw-r--r--test/vainfo/vainfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vainfo/vainfo.c b/test/vainfo/vainfo.c
index 0605d8c..7259596 100644
--- a/test/vainfo/vainfo.c
+++ b/test/vainfo/vainfo.c
@@ -61,6 +61,9 @@ static char * profile_string(VAProfile profile)
case VAProfileHEVCMain: return "VAProfileHEVCMain";
case VAProfileHEVCMain10: return "VAProfileHEVCMain10";
case VAProfileVP9Profile0: return "VAProfileVP9Profile0";
+ case VAProfileVP9Profile1: return "VAProfileVP9Profile1";
+ case VAProfileVP9Profile2: return "VAProfileVP9Profile2";
+ case VAProfileVP9Profile3: return "VAProfileVP9Profile3";
default:
break;