media/extensions/flac/src/main
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
..
java/com/google/android/exoplayer2/ext/flac Fix extractor sniffing in FLAC extension 2019-11-15 05:12:25 +00:00
jni Fix FLAC extension tests 2019-11-15 05:12:09 +00:00
AndroidManifest.xml Finalize v2 directory + package name 2016-07-08 12:12:09 +01:00