media/library/extractor
rohks 7a81668863 Ignore reserved bit in parsing NAL unit type
`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
(cherry picked from commit 0f665fbeb8)
2022-07-12 16:53:03 +00:00
..
src Ignore reserved bit in parsing NAL unit type 2022-07-12 16:53:03 +00:00
build.gradle Add decoder module 2021-10-21 18:41:33 +01:00
proguard-rules.txt Add remaining proguard config tests. 2020-11-27 11:08:34 +00:00
README.md Tidy READMEs 2021-10-26 14:08:21 +01:00

Extractor module

Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.