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

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

am 54620b1a: Merge change I6e50a8c6 into eclair

Merge commit '54620b1a77e51b3fa531dbd099bd69c39d7d0029' into eclair-plus-aosp

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