Commit 41d078ca by andrewlewis Committed by Oliver Woodman

Reset readEndOfStream in resetPosition.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141870244
parent 0b1a6fe9
......@@ -124,6 +124,7 @@ public abstract class BaseRenderer implements Renderer, RendererCapabilities {
@Override
public final void resetPosition(long positionUs) throws ExoPlaybackException {
streamIsFinal = false;
readEndOfStream = false;
onPositionReset(positionUs, false);
}
......
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