Commit d3598828 by andrewlewis Committed by Andrew Lewis

Update internal codebase location for flac extension

PiperOrigin-RevId: 368388742
parent d13385be
...@@ -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(../../../../../../../../../../../extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/FlacExtractor.java) // LINT.ThenChange(../../../../../../../../../../../../../media/libraries/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