media/extensions
kimvde 3f9e3107ec 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-17 04:33:52 +00:00
..
2019-10-14 14:58:08 +01:00
2019-08-02 19:08:20 +01:00
2019-09-16 17:11:05 -07:00
2019-10-13 12:16:38 +01:00
2019-08-02 18:56:03 +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.