media3/extensions
kimvde a226bd0d69 Fix extractor sniffing in FLAC extension
Assuming that a flac stream starts with bytes
['f', 'L', 'a', 'C', 0, 0, 0, 0x22] is not always correct as it could
also start with ['f', 'L', 'a', 'C', 0x80, 0, 0, 0x22]
(see https://xiph.org/flac/format.html#metadata_block_streaminfo).

PiperOrigin-RevId: 279080562
2019-11-15 05:12:25 +00:00
..
2019-11-05 16:15:29 +00:00
2019-10-30 08:51:05 +00:00
2019-10-30 08:47:06 +00:00
2019-10-30 08:46:42 +00:00
2019-10-30 08:47:06 +00:00
2019-10-04 13:31:40 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.