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