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

Commit 54620b1a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I6e50a8c6 into eclair

* changes:
  Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
parents 6158038a 6e50a8c6
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;
    }