From 7a03b074a554ba3fd08dbc20cfd4b2f37c5f3aaa Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 21 Oct 2009 15:06:21 -0700 Subject: [PATCH] Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers. --- media/libstagefright/OMXCodec.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 1a23fb26daeb7..e3f03c4043b05 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -230,7 +230,6 @@ sp OMXCodec::Create( } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { // XXX Required on P....on only. - quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; quirks |= kOutputDimensionsAre16Aligned; }