media/library/extractor
krocard 040a88f4f8 Parse AAC initialisation data in MatroskaExtractor
This aligns mkv with mp4, flv and ts extractors.

This issue was found when AAC in an MKV container was not offloaded
as format.codecs was null.

PiperOrigin-RevId: 310170759
2020-05-06 20:57:53 +01:00
..
src Parse AAC initialisation data in MatroskaExtractor 2020-05-06 20:57:53 +01:00
build.gradle Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
proguard-rules.txt Split out extractor and common modules 2020-01-24 18:15:19 +00:00
README.md Split out extractor and common modules 2020-01-24 18:15:19 +00:00

ExoPlayer extractor library module

Provides media container extractors.

  • Javadoc: Classes matching com.google.android.exoplayer2.extractor.* belong to this module.