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

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120425278
This commit is contained in:
[]inger 2016-04-21 03:02:52 -07:00 committed by Oliver Woodman
parent c11fda04e5
commit ae8f95f64d

View File

@ -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.