Skip to content

Commit

Permalink
Remove srt as external from ExoPlayer and VLC subtitle profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Mar 20, 2022
1 parent f39ba05 commit f379455
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ class ExoPlayerProfile(
}.toTypedArray()

subtitleProfiles = arrayOf(
subtitleProfile("srt", SubtitleDeliveryMethod.External),
subtitleProfile("srt", SubtitleDeliveryMethod.Embed),
subtitleProfile("subrip", SubtitleDeliveryMethod.Embed),
subtitleProfile("ass", SubtitleDeliveryMethod.Encode),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class LibVlcProfile(
)

subtitleProfiles = arrayOf(
subtitleProfile("srt", SubtitleDeliveryMethod.External),
subtitleProfile("srt", SubtitleDeliveryMethod.Embed),
subtitleProfile("subrip", SubtitleDeliveryMethod.Embed),
subtitleProfile("ass", SubtitleDeliveryMethod.Embed),
Expand Down

0 comments on commit f379455

Please sign in to comment.