mirror of https://github.com/mpv-player/mpv
stats.lua: disable ASS formatting when printing to terminal
This commit is contained in:
parent
d0b8472e5a
commit
e682834234
|
@ -171,7 +171,7 @@ end
|
|||
|
||||
|
||||
local function has_vo_window()
|
||||
return mp.get_property("vo-configured") == "yes"
|
||||
return mp.get_property_native("vo-configured") and mp.get_property_native("video-osd")
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue