mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove unnecessary call to seekTo.
This commit is contained in:
parent
0ee8c07fe5
commit
2c29d88330
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ public class TextTrackRenderer extends TrackRenderer implements Callback {
|
|||
private void seekToInternal(long positionUs) {
|
||||
inputStreamEnded = false;
|
||||
currentPositionUs = positionUs;
|
||||
source.seekToUs(positionUs);
|
||||
subtitle = null;
|
||||
nextSubtitle = null;
|
||||
parserHelper.flush();
|
||||
|
|
|
|||
Loading…
Reference in a new issue