Loading media/libstagefright/webm/WebmFrameThread.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -367,7 +366,6 @@ void WebmFrameMediaSourceThread::run() { buffer = NULL; continue; } ++count; // adjust time-stamps after pause/resume if (mResumed) { Loading Loading
media/libstagefright/webm/WebmFrameThread.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -367,7 +366,6 @@ void WebmFrameMediaSourceThread::run() { buffer = NULL; continue; } ++count; // adjust time-stamps after pause/resume if (mResumed) { Loading