Skip to content

Commit 4cb24b2

Browse files
authored
Update supported-formats.md
1 parent 894c3ae commit 4cb24b2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

supported-formats.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ for an example command line to `configure`.
9292
ExoPlayer supports standalone subtitle files in a variety of formats. Subtitle
9393
files can be side-loaded as described on the [Media source page][].
9494

95-
| Container format | Supported | Mime type |
96-
|-----------------------|:------------:|:----------|
97-
| WebVTT | YES | `MimeTypes.TEXT_VTT` |
98-
| TTML | YES | `MimeTypes.APPLICATION_TTML` |
99-
| SMPTE-TT | YES | `MimeTypes.APPLICATION_TTML` |
100-
| SubRip | YES | `MimeTypes.APPLICATION_SUBRIP` |
101-
| SubStationAlpha (SSA) | YES | `MimeTypes.TEXT_SSA` |
102-
| ASS | YES | `MimeTypes.TEXT_SSA` |
95+
| Container format | Supported | MIME type |
96+
|-------------------------------|:------------:|:----------|
97+
| WebVTT | YES | MimeTypes.TEXT_VTT |
98+
| TTML / SMPTE-TT | YES | MimeTypes.APPLICATION_TTML |
99+
| SubRip | YES | MimeTypes.APPLICATION_SUBRIP |
100+
| Sub Station Alpha (SSA / ASS) | YES | MimeTypes.TEXT_SSA |
103101

104102
[Media source page]: {{ site.baseurl }}/media-sources.html#side-loading-a-subtitle-file

0 commit comments

Comments
 (0)