From 066746f8bd79cb3bbd61ade357c52947fd5df4b6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2019 14:35:57 +0200 Subject: README: mpv_set_option() is semi deprecated/useless --- libmpv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpv/README.md b/libmpv/README.md index 68480ae..b252668 100644 --- a/libmpv/README.md +++ b/libmpv/README.md @@ -9,9 +9,9 @@ systems, this is in `/usr/include/mpv/client.h`.) libmpv merely gives you access to mpv's command interface, which is documented here: -* Options (`mpv_set_option()` and friends): http://mpv.io/manual/master/#options * Commands (`mpv_command()` and friends): http://mpv.io/manual/master/#list-of-input-commands * Properties (`mpv_set_property()` and friends): http://mpv.io/manual/master/#properties +* Options (`mpv_set_property()` and friends, `mpv_set_option()` in obscure cases): http://mpv.io/manual/master/#options Essentially everything is done with them, including loading a file, retrieving playback progress, and so on. -- cgit v1.2.3