Commit a29ad96b by andrewlewis Committed by Oliver Woodman

Update internal codebase location for extractor module

PiperOrigin-RevId: 369609585
parent 50c46e6b
...@@ -75,7 +75,7 @@ public final class FlacExtractor implements Extractor { ...@@ -75,7 +75,7 @@ public final class FlacExtractor implements Extractor {
* required. * required.
*/ */
public static final int FLAG_DISABLE_ID3_METADATA = 1; 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. */ /** Parser state. */
@Documented @Documented
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment