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

Commit a4eedace authored by Andreas Huber's avatar Andreas Huber
Browse files

Now that UseBuffer on this component is fixed, let's use it.

parent 67b69292
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -230,7 +230,6 @@ sp<OMXCodec> OMXCodec::Create(
    }
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
        // XXX Required on P....on only.
        quirks |= kRequiresAllocateBufferOnInputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
        quirks |= kOutputDimensionsAre16Aligned;
    }