summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/skip-logo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/lua/skip-logo.lua')
-rw-r--r--TOOLS/lua/skip-logo.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/TOOLS/lua/skip-logo.lua b/TOOLS/lua/skip-logo.lua
index 34cbff06f2..ae66b22250 100644
--- a/TOOLS/lua/skip-logo.lua
+++ b/TOOLS/lua/skip-logo.lua
@@ -129,7 +129,6 @@ local function load_config()
setfenv(conf_fn, config)
end
else
- msg.warn("Lua 5.2 was not tested, this might go wrong.")
conf_fn, err = loadfile(conf_file, "t", config)
end
else
@@ -233,7 +232,7 @@ local function read_frames()
end
end
-mp.observe_property(meta_property, "none", function()
+mp.observe_property(meta_property, "native", function()
-- Ignore frames that are decoded/filtered during seeking.
if seeking then
return