summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-07-07 12:19:40 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-12-29 13:50:17 +0800
commit36b2976a6790880c83579457997c32164f5c203d (patch)
tree6909be8ebb8b99edab5a49a1b8fa2f8eb10346ae /test
parente48901540643c022b2eaf8b639da9b6ccd321da5 (diff)
downloadlibva-36b2976a6790880c83579457997c32164f5c203d.tar.gz
vainfo: Add support for HEVC profiles
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit aa562960b5b3554ba2af065d77bd84a3a54c1f08) Conflicts: test/vainfo/vainfo.c (cherry picked from commit b97c3d7dff67fe0a025e79c03c398d394bf55635)
Diffstat (limited to 'test')
-rw-r--r--test/vainfo/vainfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vainfo/vainfo.c b/test/vainfo/vainfo.c
index 658db52..2736b56 100644
--- a/test/vainfo/vainfo.c
+++ b/test/vainfo/vainfo.c
@@ -58,6 +58,8 @@ static char * profile_string(VAProfile profile)
case VAProfileVP8Version0_3: return "VAProfileVP8Version0_3";
case VAProfileH264MultiviewHigh: return "VAProfileH264MultiviewHigh";
case VAProfileH264StereoHigh: return "VAProfileH264StereoHigh";
+ case VAProfileHEVCMain: return "VAProfileHEVCMain";
+ case VAProfileHEVCMain10: return "VAProfileHEVCMain10";
default:
break;