• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

hardware/intel/libva


コミットメタ情報

リビジョン0f88b7ecfbfa7426597dd83b8cf3503a55f1da8f (tree)
日時2016-01-29 14:59:16
作者peng.chen <peng.c.chen@inte...>
コミッターXiang, Haihao

ログメッセージ

add the support of enum VAProfileVP9Profile1~3 for vainfo

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

変更サマリ

差分

--- 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;