mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:09:49 +08:00

There's no need to manually construct a 'default' DefaultDataSource.Factory instance, we can just pass the `Context` to `DefaultMediaSourceFactory` and let it construct the `DefaultDataSource.Factory` internally. PiperOrigin-RevId: 451155747