media/extensions/flac/src
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
..
androidTest Fix FLAC extension tests 2019-11-15 05:12:09 +00:00
main Fix extractor sniffing in FLAC extension 2019-11-15 05:12:25 +00:00
test Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00