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

Commit 1130c49e authored by Chong Zhang's avatar Chong Zhang
Browse files

HLS: only queue discontinuity for first block

Bug: 15020526
Change-Id: I15f9ab0f38dc510e584c668eea73ece61844d413
parent cd8fce8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -896,6 +896,9 @@ void PlaylistFetcher::onDownloadNext() {
                            ? ATSParser::DISCONTINUITY_FORMATCHANGE
                            : ATSParser::DISCONTINUITY_SEEK,
                        NULL /* extra */);

                seekDiscontinuity = false;
                explicitDiscontinuity = false;
            }
        }