Commit 6606d73b by aquilescanta Committed by Oliver Woodman

Unset sample queue index in HlsSampleStream#unbindSampleQueue

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177950960
parent aebc7da8
...@@ -39,6 +39,7 @@ import java.io.IOException; ...@@ -39,6 +39,7 @@ import java.io.IOException;
public void unbindSampleQueue() { public void unbindSampleQueue() {
if (sampleQueueIndex != C.INDEX_UNSET) { if (sampleQueueIndex != C.INDEX_UNSET) {
sampleStreamWrapper.unbindSampleQueue(trackGroupIndex); sampleStreamWrapper.unbindSampleQueue(trackGroupIndex);
sampleQueueIndex = C.INDEX_UNSET;
} }
} }
......
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