From bd1914612f482a5a877bcd6c71ac6873ff595a96 Mon Sep 17 00:00:00 2001 From: tonakriz Date: Fri, 24 Nov 2017 13:59:52 +0100 Subject: [PATCH] Added comment --- .../org/schabi/newpipe/extractor/stream/SubtitlesFormat.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesFormat.java b/src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesFormat.java index d0a0482b..a4545480 100644 --- a/src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesFormat.java +++ b/src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesFormat.java @@ -6,6 +6,7 @@ public enum SubtitlesFormat { // YouTube subtitles formats // TRANSCRIPT(3) is default YT format based on TTML, // but unlike VTT or TTML, it is NOT W3 standard + // TRANSCRIPT subtitles are NOT supported by ExoPlayer, only VTT and TTML VTT (0x0, "vtt"), TTML (0x1, "ttml"), TRANSCRIPT1 (0x2, "srv1"),