• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Revision0f88b7ecfbfa7426597dd83b8cf3503a55f1da8f (tree)
Time2016-01-29 14:59:16
Authorpeng.chen <peng.c.chen@inte...>
CommiterXiang, Haihao

Log Message

add the support of enum VAProfileVP9Profile1~3 for vainfo

Signed-off-by: peng.chen <peng.c.chen@intel.com>
(cherry picked from commit 09b2f1f637390318236c11312898e3f4906c9581)

Change Summary

Incremental Difference

--- a/test/vainfo/vainfo.c
+++ b/test/vainfo/vainfo.c
@@ -61,6 +61,9 @@ static char * profile_string(VAProfile profile)
6161 case VAProfileHEVCMain: return "VAProfileHEVCMain";
6262 case VAProfileHEVCMain10: return "VAProfileHEVCMain10";
6363 case VAProfileVP9Profile0: return "VAProfileVP9Profile0";
64+ case VAProfileVP9Profile1: return "VAProfileVP9Profile1";
65+ case VAProfileVP9Profile2: return "VAProfileVP9Profile2";
66+ case VAProfileVP9Profile3: return "VAProfileVP9Profile3";
6467
6568 default:
6669 break;