commit | 52733b83a736b500f72f72733b06258601c966f8 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Mon Jan 25 10:41:35 2010 -0800 |
committer | Andreas Huber <andih@google.com> | Mon Jan 25 11:24:26 2010 -0800 |
tree | 8fee2dfcbd734b9644e5f12d4e5eb2800c3099e6 | |
parent | 4166ed65e3c59f68f44c8ae1d2d55c8d86da1eb7 [diff] [blame] |
The qcom OMX video decoders do not allocate output buffer memory at the time OMX_AllocateBuffer is called, wait until we received the first FILL_BUFFER_DONE notification until we rely on the buffer data ptr.
diff --git a/include/media/IOMX.h b/include/media/IOMX.h index bb7677df..2f61cbe 100644 --- a/include/media/IOMX.h +++ b/include/media/IOMX.h
@@ -166,6 +166,7 @@ OMX_U32 flags; OMX_TICKS timestamp; OMX_PTR platform_private; + OMX_PTR data_ptr; } extended_buffer_data; } u;