File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1779417794source code repository. This provides a C API. Bindings for other languages
1779517795might be available (see wiki).</p>
1779617796<p>Since libmpv merely allows access to underlying mechanisms that can control
1779717797mpv, 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>
You can’t perform that action at this time.
0 commit comments