summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-10-21 15:06:21 -0700
committerAndreas Huber <andih@google.com>2009-10-21 15:06:21 -0700
commit4926a47afc079c8d9259f18a26accbfba2f976eb (patch)
treecf5df5deb1245ddabdb487e4f23327d56ad4f7fb /media/libstagefright/OMXCodec.cpp
parent66d1e82ce5d5e189442285b6225977137b65c608 (diff)
downloadframeworks_av-4926a47afc079c8d9259f18a26accbfba2f976eb.zip
frameworks_av-4926a47afc079c8d9259f18a26accbfba2f976eb.tar.gz
frameworks_av-4926a47afc079c8d9259f18a26accbfba2f976eb.tar.bz2
Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers.
Diffstat (limited to 'media/libstagefright/OMXCodec.cpp')
-rw-r--r--media/libstagefright/OMXCodec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 1a23fb2..e3f03c4 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -230,7 +230,6 @@ sp<OMXCodec> OMXCodec::Create(
}
if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
// XXX Required on P....on only.
- quirks |= kRequiresAllocateBufferOnInputPorts;
quirks |= kRequiresAllocateBufferOnOutputPorts;
quirks |= kOutputDimensionsAre16Aligned;
}