diff options
author | wm4 <wm4@nowhere> | 2015-10-30 09:49:16 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-10-30 09:49:16 +0100 |
commit | 8eb7cb28f9731985f7852c67b38bebea9d392db1 (patch) | |
tree | fe4a54482c157b102fd01313927fdecc6549e48a /DOCS | |
parent | 3dec68ba4758f6ce4ea598c40095338b41b8f433 (diff) |
manpage: briefly mention libmpv
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/mpv.rst | 9 |
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 ===================== |