mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue