diff options
| author | Andreas Huber <andih@google.com> | 2009-10-26 11:11:02 -0700 |
|---|---|---|
| committer | Andreas Huber <andih@google.com> | 2009-10-26 11:11:02 -0700 |
| commit | 6e50a8c6f59307cb9fc688f9c3e7aec3fa4b69eb (patch) | |
| tree | f1aa6f960a4ba33aacbf22bb816407553b99e161 /media | |
| parent | 6897e36b894b2a10fd8b2e3af6587b5f789fde72 (diff) | |
| download | frameworks_base-6e50a8c6f59307cb9fc688f9c3e7aec3fa4b69eb.zip frameworks_base-6e50a8c6f59307cb9fc688f9c3e7aec3fa4b69eb.tar.gz frameworks_base-6e50a8c6f59307cb9fc688f9c3e7aec3fa4b69eb.tar.bz2 | |
Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
This reverts commit 7a03b074a554ba3fd08dbc20cfd4b2f37c5f3aaa.
Diffstat (limited to 'media')
| -rw-r--r-- | media/libstagefright/OMXCodec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index e3f03c4..1a23fb2 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -230,6 +230,7 @@ sp<OMXCodec> OMXCodec::Create( } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { // XXX Required on P....on only. + quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; quirks |= kOutputDimensionsAre16Aligned; } |
