mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Reset readEndOfStream in resetPosition.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141870244
This commit is contained in:
parent
0b1a6fe9b1
commit
41d078ca4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue