Now that UseBuffer on this component is fixed, let's use it.

This commit is contained in:
Andreas Huber
2009-11-05 09:56:03 -08:00
parent 67b692920c
commit a4eedace99

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