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

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

am b0e6a9a0: Merge change I7a03b074 into eclair

Merge commit 'b0e6a9a0' into eclair-mr2

* commit 'b0e6a9a0':
  Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers.
parents 1de953ae b0e6a9a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -231,7 +231,6 @@ sp<OMXCodec> OMXCodec::Create(
    }
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
        // XXX Required on P....on only.
        quirks |= kRequiresAllocateBufferOnInputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
    }