mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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) {
|
private void seekToInternal(long positionUs) {
|
||||||
inputStreamEnded = false;
|
inputStreamEnded = false;
|
||||||
currentPositionUs = positionUs;
|
currentPositionUs = positionUs;
|
||||||
source.seekToUs(positionUs);
|
|
||||||
subtitle = null;
|
subtitle = null;
|
||||||
nextSubtitle = null;
|
nextSubtitle = null;
|
||||||
parserHelper.flush();
|
parserHelper.flush();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue