• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

hardware/intel/libva


Commit MetaInfo

修订版61415a07211d001ed5c386dbc4851e0589a6f4f0 (tree)
时间2014-03-03 18:16:12
作者Gwenole Beauchesne <gwenole.beauchesne@inte...>
CommiterGwenole Beauchesne

Log Message

tests: basic: add missing string representation for VP8 profiles.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>

更改概述

差异

--- a/test/basic/test_common.c
+++ b/test/basic/test_common.c
@@ -106,6 +106,7 @@ const char *profile2string(VAProfile profile)
106106 PROFILE(VC1Main)
107107 PROFILE(VC1Advanced)
108108 PROFILE(JPEGBaseline)
109+ PROFILE(VP8Version0_3)
109110 }
110111 ASSERT(0);
111112 return "Unknown";