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

Commit 013ecbfc authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 54620b1a: Merge change I6e50a8c6 into eclair

Merge commit '54620b1a' into eclair-mr2

* commit '54620b1a':
  Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
parents 9fa7048c 54620b1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -217,6 +217,7 @@ 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;
    }