Merge commit '814f430cb5e313316600fd6694ed338edd5fff7d' * commit '814f430cb5e313316600fd6694ed338edd5fff7d': Fixed a typo - maybe we should do comparison ignoring the case?
This commit is contained in:
@@ -347,7 +347,7 @@ uint32_t OMXCodec::getComponentQuirks(const char *componentName) {
|
||||
|
||||
quirks |= kRequiresAllocateBufferOnInputPorts;
|
||||
quirks |= kRequiresAllocateBufferOnOutputPorts;
|
||||
if (!strncmp(componentName, "OMX.TI.video.encoder", 20)) {
|
||||
if (!strncmp(componentName, "OMX.TI.Video.encoder", 20)) {
|
||||
quirks |= kAvoidMemcopyInputRecordingFrames;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user