mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-04 18:42:34 +00:00
Merge pull request #1335 from siriusvoid/fix/styled-subtitles-ios
fix: styled ASS/SSA subtitles rendering flattened on iOS
This commit is contained in:
commit
17906f3e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ final class MPVPlayerViewController: UIViewController {
|
|||
) {
|
||||
guard mpv != nil else { return }
|
||||
|
||||
checkError(mpv_set_property_string(mpv, "sub-ass-override", "force"))
|
||||
checkError(mpv_set_property_string(mpv, "sub-ass-override", "no"))
|
||||
checkError(mpv_set_property_string(mpv, "sub-color", textColor))
|
||||
checkError(mpv_set_property_string(mpv, "sub-back-color", backgroundColor))
|
||||
checkError(mpv_set_property_string(mpv, "sub-outline-color", outlineColor))
|
||||
|
|
|
|||
Loading…
Reference in a new issue