• 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/common/libva


Commit MetaInfo

修订版31d02ddc2acb7276f4031c1db310f6aeafadd10f (tree)
时间2009-07-08 18:42:05
作者Gwenole Beauchesne <gbeauchesne@spli...>
CommiterAustin Yuan

Log Message

Fix dummy_drv_video.so init function name.

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

更改概述

差异

--- a/dummy_drv_video/dummy_drv_video.c
+++ b/dummy_drv_video/dummy_drv_video.c
@@ -1211,7 +1211,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
12111211 return VA_STATUS_SUCCESS;
12121212 }
12131213
1214-VAStatus __vaDriverInit_0_29( VADriverContextP ctx )
1214+VAStatus __vaDriverInit_0_30( VADriverContextP ctx )
12151215 {
12161216 object_base_p obj;
12171217 int result;