mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Currently every test in the library passes `null` here, which seems to end up being passed into non-null places in the library. This change removes the parameter and instead initializes the field to a `DefaultAllocator` instance in the same way that `DefaultLoadControl` creates one. PiperOrigin-RevId: 686823273