0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/player/lua
wm4 ccbb8b1c9b lua: restore change detection with legacy OSD function
mp.set_osd_ass() (which was undocumented, or in other words, was not
supposed to be used by external scripts) used to do change detection in
the mpv C code. If the resolution or payload did not change, it was not
re-rendered on the lower levels.

Apparently this made some people sad, so fix it. (But only after I told
them to fuck off.) (Well I didn't put it this way, but still.)
2020-05-01 00:59:57 +02:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
console.lua console: reduce memory usage in default mode 2020-04-10 13:36:10 +02:00
defaults.lua lua: restore change detection with legacy OSD function 2020-05-01 00:59:57 +02:00
options.lua options.lua: avoid unnecessary on_update calls 2020-02-06 22:57:53 +01:00
osc.lua osc: avoid using a deprecated event 2020-03-21 19:32:50 +01:00
stats.lua stats.lua: don't disable terminal escape sequences on windows 2020-04-23 17:02:38 +03:00
ytdl_hook.lua ytdl_hook: enable runtime changes of script options 2020-03-29 17:45:59 +02:00