mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Update internal codebase location for extractor module
PiperOrigin-RevId: 369609585
This commit is contained in:
parent
50c46e6bb7
commit
a29ad96b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public final class FlacExtractor implements Extractor {
|
|||
* required.
|
||||
*/
|
||||
public static final int FLAG_DISABLE_ID3_METADATA = 1;
|
||||
// LINT.ThenChange(../../../../../../../../../../../../../media/libraries/decoder_flac/src/main/java/com/google/android/exoplayer2/ext/flac/FlacExtractor.java)
|
||||
// LINT.ThenChange(../../../../../../../../../../decoder_flac/src/main/java/com/google/android/exoplayer2/ext/flac/FlacExtractor.java)
|
||||
|
||||
/** Parser state. */
|
||||
@Documented
|
||||
|
|
|
|||
Loading…
Reference in a new issue