summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKibey, Sameer <sameer.kibey@intel.com>2015-08-13 00:23:08 +0000
committerXiang, Haihao <haihao.xiang@intel.com>2015-08-14 09:30:12 +0800
commit897967b04bf984cbe8c041dfc0c65c691fadac1e (patch)
tree23a251c924f309b1893738cd507e9bef7905bfa4
parentc9ebdf432f154691464359caa7f37f8a2034f0ff (diff)
downloadlibva-897967b04bf984cbe8c041dfc0c65c691fadac1e.tar.gz
Add VP9 profile to vainfo
Add VP9 profile to vainfo so that it returns the profile correctly for supported platforms. Signed-off-by: Sameer Kibey <sameer.kibey@intel.com> (cherry picked from commit fdd6ee00c916f530e4d0aa1b250633643999dcf1)
-rw-r--r--test/vainfo/vainfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vainfo/vainfo.c b/test/vainfo/vainfo.c
index 27053e1..26e7ff9 100644
--- a/test/vainfo/vainfo.c
+++ b/test/vainfo/vainfo.c
@@ -59,6 +59,7 @@ static char * profile_string(VAProfile profile)
case VAProfileVP8Version0_3: return "VAProfileVP8Version0_3";
case VAProfileHEVCMain: return "VAProfileHEVCMain";
case VAProfileHEVCMain10: return "VAProfileHEVCMain10";
+ case VAProfileVP9Profile0: return "VAProfileVP9Profile0";
default:
break;