mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove stray break from HLS playlist parser.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124225444
This commit is contained in:
parent
aa73e137d6
commit
1a1a454d09
1 changed files with 0 additions and 1 deletions
|
|
@ -312,7 +312,6 @@ public final class HlsPlaylistParser implements UriLoadable.Parser<HlsPlaylist>
|
||||||
segmentByterangeLength = C.LENGTH_UNBOUNDED;
|
segmentByterangeLength = C.LENGTH_UNBOUNDED;
|
||||||
} else if (line.equals(ENDLIST_TAG)) {
|
} else if (line.equals(ENDLIST_TAG)) {
|
||||||
live = false;
|
live = false;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new HlsMediaPlaylist(baseUri, mediaSequence, targetDurationSecs, version, live,
|
return new HlsMediaPlaylist(baseUri, mediaSequence, targetDurationSecs, version, live,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue