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

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

Merge "Remove unused variable." am: 3130b032 am: a96265a2 am: 95306a5a...

Merge "Remove unused variable." am: 3130b032 am: a96265a2 am: 95306a5a am: e4cffb73 am: 83f581d6

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2496875



Change-Id: I6cc060c3861c912e93e32965787705ad8f3c6f04
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1ed55664 83f581d6
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) {