diff options
| author | Andreas Huber <andih@google.com> | 2009-10-28 12:43:31 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-28 12:43:31 -0700 |
| commit | 7373755ac391468c413f8ce4ba1f1bcc60bb1674 (patch) | |
| tree | b0742c1f850f646327a604bb3013d9659410acf0 /media | |
| parent | e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4 (diff) | |
| parent | 013ecbfca236f3b4c2fd0eedd89c70f116f641ed (diff) | |
| download | frameworks_base-7373755ac391468c413f8ce4ba1f1bcc60bb1674.zip frameworks_base-7373755ac391468c413f8ce4ba1f1bcc60bb1674.tar.gz frameworks_base-7373755ac391468c413f8ce4ba1f1bcc60bb1674.tar.bz2 | |
am 013ecbfc: am 54620b1a: Merge change I6e50a8c6 into eclair
Merge commit '013ecbfca236f3b4c2fd0eedd89c70f116f641ed' into eclair-mr2-plus-aosp
* commit '013ecbfca236f3b4c2fd0eedd89c70f116f641ed':
Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
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 e0f9563..01ec973 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -217,6 +217,7 @@ uint32_t OMXCodec::getComponentQuirks(const char *componentName) { } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { // XXX Required on P....on only. + quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; } |
