am 0c012efa: am f7f671ed: am b0e6a9a0: Merge change I7a03b074 into eclair

Merge commit '0c012efaab175a46df0cb217e639f414495e4a1b'

* commit '0c012efaab175a46df0cb217e639f414495e4a1b':
  Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers.
This commit is contained in:
Andreas Huber
2009-10-22 11:15:43 -07:00
committed by Android Git Automerger

View File

@@ -231,7 +231,6 @@ sp<OMXCodec> OMXCodec::Create(
}
if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
// XXX Required on P....on only.
quirks |= kRequiresAllocateBufferOnInputPorts;
quirks |= kRequiresAllocateBufferOnOutputPorts;
}