commit | e8f2c6cfe9afc5b303ab6b0fb51e18ddce512b54 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Thu Jun 26 18:50:41 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 26 17:57:04 2014 +0000 |
tree | 89d02602f93c89b6c13fb108336c9a0448433c5c | |
parent | 98f28cde0d5d682956b5e6b119823e7e8d40415b [diff] | |
parent | 1130c49ee00e2faf0e21152da88cda07299232da [diff] |
Merge "HLS: only queue discontinuity for first block"
diff --git a/media/libstagefright/httplive/PlaylistFetcher.cpp b/media/libstagefright/httplive/PlaylistFetcher.cpp index 326d85b..2af0998 100644 --- a/media/libstagefright/httplive/PlaylistFetcher.cpp +++ b/media/libstagefright/httplive/PlaylistFetcher.cpp
@@ -896,6 +896,9 @@ ? ATSParser::DISCONTINUITY_FORMATCHANGE : ATSParser::DISCONTINUITY_SEEK, NULL /* extra */); + + seekDiscontinuity = false; + explicitDiscontinuity = false; } }