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

Commit 2a146921 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "CCodec: clear deadline after component start returns"

parents 9a518af7 d86c96ba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1801,6 +1801,10 @@ void CCodec::start() {
                           ACTION_CODE_FATAL);
        return;
    }

    // clear the deadline after the component starts
    setDeadline(TimePoint::max(), 0ms, "none");

    sp<AMessage> inputFormat;
    sp<AMessage> outputFormat;
    status_t err2 = OK;