Skip to content

Commit

Permalink
Remove spurious method
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Woodman committed Oct 17, 2017
1 parent e7d6f1a commit 51fd336
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,6 @@ private long getNowUnixTimeUs() {
}
}

private long resolveTimeToLiveEdgeUs(long playbackPositionUs) {
boolean resolveTimeToLiveEdgePossible = manifest.dynamic && liveEdgeTimeUs != C.TIME_UNSET;
return resolveTimeToLiveEdgePossible ? liveEdgeTimeUs - playbackPositionUs : C.TIME_UNSET;
}

protected static Chunk newInitializationChunk(RepresentationHolder representationHolder,
DataSource dataSource, Format trackFormat, int trackSelectionReason,
Object trackSelectionData, RangedUri initializationUri, RangedUri indexUri) {
Expand Down

0 comments on commit 51fd336

Please sign in to comment.