From 8ce2364512f7c32c824f5ec5719688830ba72427 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Sun, 1 May 2011 11:33:26 -0700 Subject: frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Change-Id: Idc2eabaa805bb6d308ebb315872623f28d428417 Signed-off-by: Iliyan Malchev --- include/media/stagefright/HardwareAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/media/stagefright/HardwareAPI.h b/include/media/stagefright/HardwareAPI.h index d1ecaaf..946a0aa 100644 --- a/include/media/stagefright/HardwareAPI.h +++ b/include/media/stagefright/HardwareAPI.h @@ -84,7 +84,7 @@ struct UseAndroidNativeBufferParams { OMX_U32 nPortIndex; OMX_PTR pAppPrivate; OMX_BUFFERHEADERTYPE **bufferHeader; - const sp& nativeBuffer; + const sp& nativeBuffer; }; // A pointer to this struct is passed to OMX_GetParameter when the extension -- cgit v1.1