• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revisionf48f213c58d119f125ddc48b55166fc13acb4b7c (tree)
Time2018-12-11 12:21:20
AuthorXu Guangxin <guangxin.xu@inte...>
CommiterXinfengZhang

Log Message

compile: fix sign/unsign compare in va_trace.c

Change-Id: I8d38a37dc6a8a1bf190f206ce61f3b26e2f4e887

Change Summary

Incremental Difference

--- a/va/va_trace.c
+++ b/va/va_trace.c
@@ -185,7 +185,7 @@ struct va_trace {
185185 #define DPY2TRACECTX(dpy, context, buf_id) \
186186 struct va_trace *pva_trace = NULL; \
187187 struct trace_context *trace_ctx = NULL; \
188- int ctx_id = context; \
188+ VAContextID ctx_id = context; \
189189 \
190190 pva_trace = (struct va_trace *)(((VADisplayContextP)dpy)->vatrace); \
191191 if(!pva_trace) \