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

Commit 818a9cf8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ia4eedace into eclair

* changes:
  Now that UseBuffer on this component is fixed, let's use it.
parents eca41b31 a4eedace
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -230,7 +230,6 @@ sp<OMXCodec> OMXCodec::Create(
    }
    }
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
        // XXX Required on P....on only.
        // XXX Required on P....on only.
        quirks |= kRequiresAllocateBufferOnInputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
        quirks |= kOutputDimensionsAre16Aligned;
        quirks |= kOutputDimensionsAre16Aligned;
    }
    }