mpv/player/lua
Christoph Heinrich b7ffe0d16e osc: skip rendering when osd_dimensions are 0
The idle logo could appear on the left side of the window for a split
second after starting.
That is because when osd dimensions can be reported as 0 at the very beginning.
Since the width gets calculated based on a fixed height and the aspect ratio,
which is 0, that results in a width of 0 until the next update.
2023-04-05 17:14:43 +00:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
auto_profiles.lua auto_profiles: check for non-existent properties 2023-03-29 13:33:57 +00:00
console.lua {console,ytdl_hook}: use the platform property 2023-02-27 17:13:21 +00:00
defaults.lua lua/js: remove user-data helpers 2023-01-29 01:52:31 +02:00
options.lua options.lua: remove unused function 2022-04-08 19:20:49 +03:00
osc.lua osc: skip rendering when osd_dimensions are 0 2023-04-05 17:14:43 +00:00
stats.lua various: fix typos 2023-03-28 19:29:44 +00:00
ytdl_hook.lua ytdl_hook: only log error when no fallback url available 2023-03-03 23:02:13 +00:00