Commit f0e9dbf1 by aquilescanta Committed by Oliver Woodman

Fix HLS (broken on []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177922948
parent 59f6b059
...@@ -33,6 +33,7 @@ import java.io.IOException; ...@@ -33,6 +33,7 @@ import java.io.IOException;
public HlsSampleStream(HlsSampleStreamWrapper sampleStreamWrapper, int trackGroupIndex) { public HlsSampleStream(HlsSampleStreamWrapper sampleStreamWrapper, int trackGroupIndex) {
this.sampleStreamWrapper = sampleStreamWrapper; this.sampleStreamWrapper = sampleStreamWrapper;
this.trackGroupIndex = trackGroupIndex; this.trackGroupIndex = trackGroupIndex;
sampleQueueIndex = C.INDEX_UNSET;
} }
public void unbindSampleQueue() { public void unbindSampleQueue() {
......
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