• 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

修订版242678578665d1d8f996f960665fdcfed8482001 (tree)
时间2010-03-29 17:22:42
作者Austin Yuan <shengquan.yuan@gmai...>
CommiterAustin Yuan

Log Message

fix build issue

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

更改概述

差异

--- a/va/va.h
+++ b/va/va.h
@@ -227,7 +227,7 @@ typedef enum
227227 VAEntrypointMoComp = 4,
228228 VAEntrypointDeblocking = 5,
229229 VAEntrypointEncSlice = 6, /* slice level encode */
230- VAEntrypointEncSlice = 7 /* pictuer encode, JPEG, etc */
230+ VAEntrypointEncPicture = 7 /* pictuer encode, JPEG, etc */
231231 } VAEntrypoint;
232232
233233 /* Currently defined configuration attribute types */