Skip to content

Commit 12008fc

Browse files
committed
Update MediaFormat.java
declare WEBMA_OPUS
1 parent 5f3c2f5 commit 12008fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/MediaFormat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public enum MediaFormat {
3838
MP3 (0x300, "MP3", "mp3", "audio/mpeg"),
3939
OPUS (0x400, "opus", "opus", "audio/opus"),
4040
OGG (0x500, "ogg", "ogg", "audio/ogg"),
41+
WEBMA_OPUS (0x200, "WebM Opus", "webm", "audio/webm"),
4142
// subtitles formats
4243
VTT (0x1000, "WebVTT", "vtt", "text/vtt"),
4344
TTML (0x2000, "Timed Text Markup Language", "ttml", "application/ttml+xml"),

0 commit comments

Comments
 (0)