Merge commit '013ecbfca236f3b4c2fd0eedd89c70f116f641ed' into eclair-mr2-plus-aosp * commit '013ecbfca236f3b4c2fd0eedd89c70f116f641ed': Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
This commit is contained in:
@@ -217,6 +217,7 @@ uint32_t OMXCodec::getComponentQuirks(const char *componentName) {
|
||||
}
|
||||
if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
|
||||
// XXX Required on P....on only.
|
||||
quirks |= kRequiresAllocateBufferOnInputPorts;
|
||||
quirks |= kRequiresAllocateBufferOnOutputPorts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user