mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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.extractor = extractor;
|
||||||
this.shouldSpliceIn = shouldSpliceIn;
|
this.shouldSpliceIn = shouldSpliceIn;
|
||||||
sampleQueues = new SparseArray<DefaultTrackOutput>();
|
sampleQueues = new SparseArray<DefaultTrackOutput>();
|
||||||
extractor.init(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -71,6 +70,7 @@ public final class HlsExtractorWrapper implements ExtractorOutput {
|
||||||
*/
|
*/
|
||||||
public void init(Allocator allocator) {
|
public void init(Allocator allocator) {
|
||||||
this.allocator = allocator;
|
this.allocator = allocator;
|
||||||
|
this.extractor.init(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue