mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 22:42:17 +00:00
fix: styled ASS/SSA subtitles rendering flattened on iOS
This commit is contained in:
parent
4eb919df71
commit
4c7af0891e
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,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