mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
fix: unused parameter chunkExtractorFactory
This commit is contained in:
parent
f216fa2042
commit
7777ebd173
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ public class DefaultDashChunkSource implements DashChunkSource {
|
|||
periodDurationUs,
|
||||
representation,
|
||||
selectedBaseUrl != null ? selectedBaseUrl : representation.baseUrls.get(0),
|
||||
BundledChunkExtractor.FACTORY.createProgressiveMediaExtractor(
|
||||
chunkExtractorFactory.createProgressiveMediaExtractor(
|
||||
trackType,
|
||||
representation.format,
|
||||
enableEventMessageTrack,
|
||||
|
|
|
|||
Loading…
Reference in a new issue