Commit db7b2e55 by Andrew Lewis

Merge pull request #9865 from aureliendrouet:unused-param-chunk-extractor-factory

PiperOrigin-RevId: 424379489
parents a89a08f9 7777ebd1
...@@ -217,7 +217,7 @@ public class DefaultDashChunkSource implements DashChunkSource { ...@@ -217,7 +217,7 @@ public class DefaultDashChunkSource implements DashChunkSource {
periodDurationUs, periodDurationUs,
representation, representation,
selectedBaseUrl != null ? selectedBaseUrl : representation.baseUrls.get(0), selectedBaseUrl != null ? selectedBaseUrl : representation.baseUrls.get(0),
BundledChunkExtractor.FACTORY.createProgressiveMediaExtractor( chunkExtractorFactory.createProgressiveMediaExtractor(
trackType, trackType,
representation.format, representation.format,
enableEventMessageTrack, 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