summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Kirpichyov <pavel.kirpichyov@gmail.com>2012-12-29 15:11:56 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-08 21:27:29 -0800
commitdeb5d8a7ae0b4c0189402ba8c8e58d7e294f5376 (patch)
treede4d2a0f0a7dfebcfe5833c974da2b07577dc5ca
parent9ae164902eabbc9b3cebd35cf55b48cbb8dce1a3 (diff)
downloadframeworks_av-deb5d8a7ae0b4c0189402ba8c8e58d7e294f5376.zip
frameworks_av-deb5d8a7ae0b4c0189402ba8c8e58d7e294f5376.tar.gz
frameworks_av-deb5d8a7ae0b4c0189402ba8c8e58d7e294f5376.tar.bz2
Fix typo
Change-Id: I311f608d761987d0c714be9ab81188a3ca8eef61
-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(