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

Commit a96265a2 authored by Nelly Vouzoukidou's avatar Nelly Vouzoukidou Committed by Automerger Merge Worker
Browse files

Merge "Remove unused variable." am: 3130b032

parents 52c71c61 3130b032
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -336,7 +336,6 @@ status_t WebmFrameMediaSourceThread::stop() {
}

void WebmFrameMediaSourceThread::run() {
    int32_t count = 0;
    int64_t timestampUs = 0xdeadbeef;
    int64_t lastTimestampUs = 0; // Previous sample time stamp
    int64_t lastDurationUs = 0; // Previous sample duration
@@ -367,7 +366,6 @@ void WebmFrameMediaSourceThread::run() {
            buffer = NULL;
            continue;
        }
        ++count;

        // adjust time-stamps after pause/resume
        if (mResumed) {