mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +00:00
1. Move entire library from v2/library/ to v2/library/core 2. Add v2/library/all that depends on v2/library/core Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150455693
7 lines
288 B
Text
7 lines
288 B
Text
# Accessed via reflection in SubtitleDecoderFactory.DEFAULT
|
|
-keepclassmembers class com.google.android.exoplayer2.text.cea.Cea608Decoder {
|
|
public <init>(java.lang.String, int);
|
|
}
|
|
-keepclassmembers class com.google.android.exoplayer2.text.cea.Cea708Decoder {
|
|
public <init>(int);
|
|
}
|