diff options
| author | Andreas Huber <andih@google.com> | 2009-10-28 11:37:16 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-28 11:37:16 -0700 |
| commit | 013ecbfca236f3b4c2fd0eedd89c70f116f641ed (patch) | |
| tree | 01339bc787178e3dcbaabb998437fcee37927512 /media | |
| parent | 9fa7048ca3a7b5184ce761bbf908c512d524b9e2 (diff) | |
| parent | 54620b1a77e51b3fa531dbd099bd69c39d7d0029 (diff) | |
| download | frameworks_base-013ecbfca236f3b4c2fd0eedd89c70f116f641ed.zip frameworks_base-013ecbfca236f3b4c2fd0eedd89c70f116f641ed.tar.gz frameworks_base-013ecbfca236f3b4c2fd0eedd89c70f116f641ed.tar.bz2 | |
am 54620b1a: Merge change I6e50a8c6 into eclair
Merge commit '54620b1a77e51b3fa531dbd099bd69c39d7d0029' into eclair-mr2
* commit '54620b1a77e51b3fa531dbd099bd69c39d7d0029':
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; } |
