Commit 7777ebd1 by Aurelien Drouet

fix: unused parameter chunkExtractorFactory

parent f216fa20
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment