Update DeviceProfileBuilder.swift
stupid subtitle extraction 👎
This commit is contained in:
parent
a32dd66521
commit
ce95ec883b
|
@ -167,7 +167,7 @@ class DeviceProfileBuilder {
|
||||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "ssa", Method: "External"))
|
SubtitleProfiles.append(_AVSubtitleProfile(Format: "ssa", Method: "External"))
|
||||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgssub", Method: "Embed"))
|
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgssub", Method: "Embed"))
|
||||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "sub", Method: "Embed"))
|
SubtitleProfiles.append(_AVSubtitleProfile(Format: "sub", Method: "Embed"))
|
||||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "subrip", Method: "Embed"))
|
SubtitleProfiles.append(_AVSubtitleProfile(Format: "rip", Method: "Embed"))
|
||||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "srt", Method: "Embed"))
|
SubtitleProfiles.append(_AVSubtitleProfile(Format: "srt", Method: "Embed"))
|
||||||
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgs", Method: "Embed"))
|
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgs", Method: "Embed"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue