am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1
* commit 'a1dee3f500eccedbf5e50d466315fb28ba812cfc': SurfaceTexture: fix a verbose-log compile error
This commit is contained in:
commit
51ce74df34
@ -498,8 +498,8 @@ status_t SurfaceTexture::dequeueBuffer(int *outBuf, uint32_t w, uint32_t h,
|
||||
eglDestroySyncKHR(dpy, fence);
|
||||
}
|
||||
|
||||
ST_LOGV("dequeueBuffer: returning slot=%d buf=%p flags=%#x", buf,
|
||||
mSlots[buf].mGraphicBuffer->handle, returnFlags);
|
||||
ST_LOGV("dequeueBuffer: returning slot=%d buf=%p flags=%#x", *outBuf,
|
||||
mSlots[*outBuf].mGraphicBuffer->handle, returnFlags);
|
||||
|
||||
return returnFlags;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user