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

`HevcConfig.parse` misreads reserved bit to determine NAL unit type. This is currently meant to be always set to 0, but could be given some kind of meaning in a future revision. Issue: google/ExoPlayer#10366 PiperOrigin-RevId: 460487613
Extractor module
Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.