mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
commit
fd7345b4c4
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ public final class HlsExtractorWrapper implements ExtractorOutput {
|
|||
this.extractor = extractor;
|
||||
this.shouldSpliceIn = shouldSpliceIn;
|
||||
sampleQueues = new SparseArray<DefaultTrackOutput>();
|
||||
extractor.init(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -71,6 +70,7 @@ public final class HlsExtractorWrapper implements ExtractorOutput {
|
|||
*/
|
||||
public void init(Allocator allocator) {
|
||||
this.allocator = allocator;
|
||||
this.extractor.init(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue