Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cbd2f63 authored by Krylon360's avatar Krylon360
Browse files

Fix typo in codecHasQuirk

This patch fixes a typo in the Quirk name
"requies-loaded-to-idle-after-allocation"
should be
"requires-loaded-to-idle-after-allocation"
parent 3519f0d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ uint32_t OMXCodec::getComponentQuirks(
        quirks |= kOutputBuffersAreUnreadable;
    }
    if (list->codecHasQuirk(
                index, "requies-loaded-to-idle-after-allocation")) {
                index, "requires-loaded-to-idle-after-allocation")) {
      quirks |= kRequiresLoadedToIdleAfterAllocation;
    }
    if (list->codecHasQuirk(