summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-30 09:49:16 +0100
committerwm4 <wm4@nowhere>2015-10-30 09:49:16 +0100
commit8eb7cb28f9731985f7852c67b38bebea9d392db1 (patch)
treefe4a54482c157b102fd01313927fdecc6549e48a
parent3dec68ba4758f6ce4ea598c40095338b41b8f433 (diff)
downloadmpv-8eb7cb28f9731985f7852c67b38bebea9d392db1.tar.bz2
mpv-8eb7cb28f9731985f7852c67b38bebea9d392db1.tar.xz
manpage: briefly mention libmpv
-rw-r--r--DOCS/man/mpv.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 48d7a16073..6a6c05baf0 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -726,6 +726,15 @@ The profile always overrides other settings in ``mpv.conf``.
.. include:: changes.rst
+
+EMBEDDING INTO OTHER PROGRAMS (LIBMPV)
+======================================
+
+mpv can be embedded into other programs as video/audio playback backend. The
+recommended way to to so is using libmpv. See ``libmpv/client.h`` in the mpv
+source code repository. This provides a C API. Bindings for other languages
+might be available (see wiki).
+
ENVIRONMENT VARIABLES
=====================