mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +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) {
|
||||
this.sampleStreamWrapper = sampleStreamWrapper;
|
||||
this.trackGroupIndex = trackGroupIndex;
|
||||
sampleQueueIndex = C.INDEX_UNSET;
|
||||
}
|
||||
|
||||
public void unbindSampleQueue() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue