Commit ae8f95f6 by []inger Committed by Oliver Woodman

Added Ogg/Vorbis samples to internal samples for main and experimental.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120425278
parent c11fda04
......@@ -169,7 +169,7 @@ public final class ExtractorSampleSource implements SampleSource, ExtractorOutpu
}
try {
DEFAULT_EXTRACTOR_CLASSES.add(
Class.forName("com.google.android.exoplayer.extractor.ogg.OggVorbisExtractor")
Class.forName("com.google.android.exoplayer.extractor.ogg.OggExtractor")
.asSubclass(Extractor.class));
} catch (ClassNotFoundException e) {
// Extractor not found.
......
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