mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

Null was an alias for DEFAULT. Remove this for nullness safety in the API. The ExoPlayer implementation still checks for null and replaces it by DEFAULT, so this is ABI compatible. PiperOrigin-RevId: 364370017