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-21 15:06:21 -07:00
parent 6270d52c0d
commit 7a03b074a5

View File

@@ -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;
}