Merge commit '2fe3e3a771c0ea78ca9d88ffa6739396d38d61a6' into eclair-mr2-plus-aosp * commit '2fe3e3a771c0ea78ca9d88ffa6739396d38d61a6': Now that UseBuffer on this component is fixed, let's use it.
This commit is contained in:
@@ -218,7 +218,6 @@ 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