summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpv/README.md2
1 files changed, 1 insertions, 1 deletions
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.