Fix broken link on supported-formats dev guide page

#minor-release

PiperOrigin-RevId: 407305661
This commit is contained in:
ibaker 2021-11-03 11:33:57 +00:00 committed by tonihei
parent 9e247d287f
commit 293cf2f865

View File

@ -92,7 +92,7 @@ FFmpeg decoder name.
## Standalone subtitle formats ## ## Standalone subtitle formats ##
ExoPlayer supports standalone subtitle files in a variety of formats. Subtitle ExoPlayer supports standalone subtitle files in a variety of formats. Subtitle
files can be side-loaded as described on the [Media source page][]. files can be side-loaded as described on the [media items page][].
| Container format | Supported | MIME type | | Container format | Supported | MIME type |
|---------------------------|:------------:|:----------| |---------------------------|:------------:|:----------|
@ -101,7 +101,7 @@ files can be side-loaded as described on the [Media source page][].
| SubRip | YES | MimeTypes.APPLICATION_SUBRIP | | SubRip | YES | MimeTypes.APPLICATION_SUBRIP |
| SubStationAlpha (SSA/ASS) | YES | MimeTypes.TEXT_SSA | | SubStationAlpha (SSA/ASS) | YES | MimeTypes.TEXT_SSA |
[Media source page]: {{ site.baseurl }}/media-sources.html#side-loading-a-subtitle-file [media items page]: {{ site.baseurl }}/media-items.html#sideloading-subtitle-tracks
## HDR video playback ## ## HDR video playback ##