diff options
| author | Andreas Huber <andih@google.com> | 2009-10-28 23:52:20 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-28 23:52:20 -0700 |
| commit | d7100526c8646704b1920f105d4e04c495245375 (patch) | |
| tree | b9e28cf9725f8606e4d80a495b0c72cb0cc266c6 /media | |
| parent | e8f3542c31e89db86ed2441d8152f7e02e63f097 (diff) | |
| parent | 7373755ac391468c413f8ce4ba1f1bcc60bb1674 (diff) | |
| download | frameworks_base-d7100526c8646704b1920f105d4e04c495245375.zip frameworks_base-d7100526c8646704b1920f105d4e04c495245375.tar.gz frameworks_base-d7100526c8646704b1920f105d4e04c495245375.tar.bz2 | |
am 7373755a: am 013ecbfc: am 54620b1a: Merge change I6e50a8c6 into eclair
Merge commit '7373755ac391468c413f8ce4ba1f1bcc60bb1674'
* commit '7373755ac391468c413f8ce4ba1f1bcc60bb1674':
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; } |
