~guidocella/mpv-image-config

be4e885154f4924f8c69b8823dcb2a04193c2a01 — Guido Cella 1 year, 2 months ago 6abf224
reword comment
1 files changed, 1 insertions(+), 1 deletions(-)

M scripts/align-images.lua
M scripts/align-images.lua => scripts/align-images.lua +1 -1
@@ 6,7 6,7 @@ local is_first = true

require 'mp.options'.read_options(options, nil, function () end)

-- Align images bigger than the window to the top right corner.
-- Align the OSD to the top right corner of images bigger than the OSD.
local dont_center
mp.observe_property('video-out-params', 'native', function (_, params)
    if not mp.get_property_native('current-tracks/video/image') then