1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

TOOLS/lua/observe-all: add a warning

This is just natural, but it's also not that obvious.
This commit is contained in:
wm4 2015-01-03 14:49:48 +01:00
parent 44c0770247
commit 411109f484

View File

@ -1,4 +1,8 @@
-- Test script for property change notification mechanism.
-- Note that watching/reading some properties can be very expensive, or
-- require the player to synchronously wait on network (when playing
-- remote files), so you should in general only watch properties you
-- are interested in.
local utils = require("mp.utils")