summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--media/libstagefright/OMXCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 1135143..be782a0 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -283,7 +283,7 @@ uint32_t OMXCodec::getComponentQuirks(
}
#ifdef QCOM_HARDWARE
if (list->codecHasQuirk(
- index, "requies-loaded-to-idle-after-allocation")) {
+ index, "requires-loaded-to-idle-after-allocation")) {
quirks |= kRequiresLoadedToIdleAfterAllocation;
}
if (list->codecHasQuirk(