forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't change start time in SegmentIndex.fit().
Since we have gap jumping, we don't need to worry about a gap at the beginning of the segment index. By changing the start time of the first segment, it makes merging complicated since the pre-fit and post-fit times are different. This difference can cause duplicate entries in the index. Issue shaka-project#1464 Closes shaka-project#1486 Change-Id: Ib3521e186cd8e256366a3c3e922e0764bd58bbd9
- Loading branch information
1 parent
2a1c2c5
commit a13d454
Showing
4 changed files
with
6 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters