• 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

修订版0c76240b65be6833d0e45ef2084d0f56982078d9 (tree)
时间2009-03-26 04:37:51
作者Ren, Zhaohan <zhaohan.ren@inte...>
CommiterRen, Zhaohan

Log Message

patch 109_VA_FOURCC.patch

更改概述

差异

--- a/src/va.h
+++ b/src/va.h
@@ -1229,7 +1229,7 @@ VAStatus vaQuerySurfaceStatus (
12291229 * Both images, subpictures and surfaces follow the same 2D coordinate system where origin
12301230 * is at the upper left corner with positive X to the right and positive Y down
12311231 */
1232-#define VA_MAKEFOURCC(ch0, ch1, ch2, ch3) \
1232+#define VA_FOURCC(ch0, ch1, ch2, ch3) \
12331233 ((unsigned long)(unsigned char) (ch0) | ((unsigned long)(unsigned char) (ch1) << 8) | \
12341234 ((unsigned long)(unsigned char) (ch2) << 16) | ((unsigned long)(unsigned char) (ch3) << 24 ))
12351235