Commit 2c29d883 by Oliver Woodman

Remove unnecessary call to seekTo.

parent 0ee8c07f
...@@ -122,7 +122,6 @@ public class TextTrackRenderer extends TrackRenderer implements Callback { ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment