Commit 11c0c6d2 by olly Committed by Toni

Reset upstream format when empty track selection happens

PiperOrigin-RevId: 249819080
parent 3e990a3d
......@@ -322,6 +322,7 @@ import java.util.Map;
if (enabledTrackGroupCount == 0) {
chunkSource.reset();
downstreamTrackFormat = null;
pendingResetUpstreamFormats = true;
mediaChunks.clear();
if (loader.isLoading()) {
if (sampleQueuesBuilt) {
......
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