Commit afa1ad1a by olly Committed by Oliver Woodman

Keep playback position advancing when all renderers are disabled.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123977520
parent 69bd31f7
......@@ -361,6 +361,8 @@ import java.util.concurrent.atomic.AtomicInteger;
}
updateBufferedPositionUs();
source.continueBuffering(positionUs);
} else {
updatePositionUs();
}
boolean allRenderersEnded = true;
......
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