commit | b003895a249f1298c311f513bbb0bf96e3902ef4 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Sun May 01 11:38:07 2011 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Tue May 03 15:07:45 2011 -0700 |
tree | fdd86b92a6adeefaf8df19967ae194bfb0c635d1 | |
parent | 2dbef65fea1115c53edda5bd4b40c4f49c0d06dd [diff] [blame] |
android_native_buffer_t --> ANativeWindowBuffer Change-Id: Id43b27ed2d1b85488b731948d018da0c0fd0c50d Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/libvideoeditor/lvpp/PreviewRenderer.cpp b/libvideoeditor/lvpp/PreviewRenderer.cpp index cfded72..8f172f3 100755 --- a/libvideoeditor/lvpp/PreviewRenderer.cpp +++ b/libvideoeditor/lvpp/PreviewRenderer.cpp
@@ -207,7 +207,7 @@ // void PreviewRenderer::render( const void *data, size_t size, void *platformPrivate) { - android_native_buffer_t *buf; + ANativeWindowBuffer *buf; int err; if ((err = mSurface->dequeueBuffer(mSurface.get(), &buf)) != 0) {