media/library/core
kimvde 43b80fbb78 FragmentedMp4Extractor: allow both first_sample_flags and sample_flags
Having both in the trun box is not allowed (see section section 8.8.8.1
of ISO/IEC 14496-12:2015) but this CL makes the code more robust in case
this happens. Before this change, the first sample flag was not read,
making subsequent reads incorrect.

Issue: #7698
PiperOrigin-RevId: 325212160
2020-08-19 18:12:29 +01:00
..
src FragmentedMp4Extractor: allow both first_sample_flags and sample_flags 2020-08-19 18:12:29 +01:00
build.gradle Add IntDefs for renderer capabilities. 2019-12-06 23:23:42 +00:00
proguard-rules.txt Use FlacLibrary.isAvailable in FlacExtractor selection 2020-01-17 13:55:40 +00:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.