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

Commit f39a648e authored by Dongwon Kang's avatar Dongwon Kang Committed by Android (Google) Code Review
Browse files

Merge "rtsp: do not drop early access units of seekable rtsp"

parents 56962853 fc7d169e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1913,7 +1913,7 @@ private:
            mLastMediaTimeUs = mediaTimeUs;
        }

        if (mediaTimeUs < 0) {
        if (mediaTimeUs < 0 && !mSeekable) {
            ALOGV("dropping early accessUnit.");
            return false;
        }