Reset readEndOfStream in resetPosition.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141870244
This commit is contained in:
andrewlewis 2016-12-13 02:54:02 -08:00 committed by Oliver Woodman
parent 0b1a6fe9b1
commit 41d078ca4b

View file

@ -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);
}