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

Commit 4b4d8408 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 2fe3e3a7: am 818a9cf8: Merge change Ia4eedace into eclair

Merge commit '2fe3e3a771c0ea78ca9d88ffa6739396d38d61a6' into eclair-mr2-plus-aosp

* commit '2fe3e3a771c0ea78ca9d88ffa6739396d38d61a6':
  Now that UseBuffer on this component is fixed, let's use it.
parents 0be13433 022ad466
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -218,7 +218,6 @@ uint32_t OMXCodec::getComponentQuirks(const char *componentName) {
    }
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
        // XXX Required on P....on only.
        quirks |= kRequiresAllocateBufferOnInputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
    }