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

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

Merge "CCodecBufferChannel: do not clear tracked frames at flush" into udc-dev

parents 1647ed90 6fed0e5f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1801,8 +1801,6 @@ void CCodecBufferChannel::flush(const std::list<std::unique_ptr<C2Work>> &flushe
            output->buffers->flushStash();
        }
    }
    // reset the frames that are being tracked for onFrameRendered callbacks
    mTrackedFrames.clear();
}

void CCodecBufferChannel::onWorkDone(