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

Commit b25ceccf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "transcoding: fix typo on job request"

parents 3b11f941 9087f773
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ void TranscodingJobScheduler::updateCurrentJob_l() {
        // the topJob now.
        if (!mResourceLost) {
            if (topJob->state == Job::NOT_STARTED) {
                mTranscoder->start(topJob->key.first, topJob->key.second, curJob->request);
                mTranscoder->start(topJob->key.first, topJob->key.second, topJob->request);
            } else if (topJob->state == Job::PAUSED) {
                mTranscoder->resume(topJob->key.first, topJob->key.second);
            }