mirror of
https://github.com/androidx/media.git
synced 2025-05-10 09:12:16 +08:00
Remove unnecessary call to seekTo.
This commit is contained in:
parent
0ee8c07fe5
commit
2c29d88330
@ -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…
x
Reference in New Issue
Block a user