Fix HLS (broken on []
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177922948
This commit is contained in:
parent
59f6b059b0
commit
f0e9dbf148
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user