Skip to content

Commit 4738dfb

Browse files
author
nadeko
committed
CI autodeploy
1 parent e8170a3 commit 4738dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/master/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17790,13 +17790,13 @@ <h1>CHANGELOG</h1>
1779017790
<div class="section" id="embedding-into-other-programs-libmpv">
1779117791
<h1>EMBEDDING INTO OTHER PROGRAMS (LIBMPV)</h1>
1779217792
<p>mpv can be embedded into other programs as video/audio playback backend. The
17793-
recommended way to do so is using libmpv. See <tt class="docutils literal">libmpv/client.h</tt> in the mpv
17793+
recommended way to do so is using libmpv. See <tt class="docutils literal">include/mpv/client.h</tt> in the mpv
1779417794
source code repository. This provides a C API. Bindings for other languages
1779517795
might be available (see wiki).</p>
1779617796
<p>Since libmpv merely allows access to underlying mechanisms that can control
1779717797
mpv, further documentation is spread over a few places:</p>
1779817798
<ul class="simple">
17799-
<li><a class="reference external" href="https://github.com/mpv-player/mpv/blob/master/libmpv/client.h">https://github.com/mpv-player/mpv/blob/master/libmpv/client.h</a></li>
17799+
<li><a class="reference external" href="https://github.com/mpv-player/mpv/blob/master/include/mpv/client.h">https://github.com/mpv-player/mpv/blob/master/include/mpv/client.h</a></li>
1780017800
<li><a class="reference external" href="https://mpv.io/manual/master/#options">https://mpv.io/manual/master/#options</a></li>
1780117801
<li><a class="reference external" href="https://mpv.io/manual/master/#list-of-input-commands">https://mpv.io/manual/master/#list-of-input-commands</a></li>
1780217802
<li><a class="reference external" href="https://mpv.io/manual/master/#properties">https://mpv.io/manual/master/#properties</a></li>

0 commit comments

Comments
 (0)