@@ -7876,7 +7876,7 @@ <h2>GPU renderer options</h2>
7876
7876
(sorted by the default autoprobe order).</p>
7877
7877
<p>Note that the default GPU context is subject to change, and must not be relied upon.
7878
7878
If a certain GPU context needs to be used, it must be explicitly specified.</p>
7879
- <dl class="last docutils">
7879
+ <dl class="docutils">
7880
7880
<dt>auto</dt>
7881
7881
<dd>auto-select (default). Note that this context must be used alone and
7882
7882
does not participate in the priority list.</dd>
@@ -7915,10 +7915,11 @@ <h2>GPU renderer options</h2>
7915
7915
<dt>macvk</dt>
7916
7916
<dd>Vulkan on macOS with a metal surface through a translation layer (experimental)</dd>
7917
7917
</dl>
7918
+ <p class="last">This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
7918
7919
</dd>
7919
7920
<dt><tt class="docutils literal"><span class="pre">--gpu-api=<type1,type2,...[,]></span></tt></dt>
7920
7921
<dd><p class="first">Specify a priority list of accepted graphics APIs.</p>
7921
- <dl class="last docutils">
7922
+ <dl class="docutils">
7922
7923
<dt>auto</dt>
7923
7924
<dd>Use any available API (default). Note that the default GPU API used for this
7924
7925
value is subject to change, and must not be relied upon. If a certain GPU API
@@ -7930,6 +7931,7 @@ <h2>GPU renderer options</h2>
7930
7931
<dt>d3d11</dt>
7931
7932
<dd>Allow only <tt class="docutils literal"><span class="pre">--gpu-context=d3d11</span></tt></dd>
7932
7933
</dl>
7934
+ <p class="last">This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
7933
7935
</dd>
7934
7936
<dt><tt class="docutils literal"><span class="pre">--opengl-es=<mode></span></tt></dt>
7935
7937
<dd><p class="first">Controls which type of OpenGL context will be accepted:</p>
@@ -8965,6 +8967,7 @@ <h1>AUDIO OUTPUT DRIVERS</h1>
8965
8967
</dl>
8966
8968
<p>If the list has a trailing ',', mpv will fall back on drivers not contained
8967
8969
in the list.</p>
8970
+ <p>This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
8968
8971
<div class="admonition note">
8969
8972
<p class="first admonition-title">Note</p>
8970
8973
<p>See <tt class="docutils literal"><span class="pre">--ao=help</span></tt> for a list of compiled-in audio output drivers sorted by
@@ -9258,6 +9261,7 @@ <h1>VIDEO OUTPUT DRIVERS</h1>
9258
9261
</dl>
9259
9262
<p>If the list has a trailing <tt class="docutils literal">,</tt>, mpv will fall back on drivers not contained
9260
9263
in the list.</p>
9264
+ <p>This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
9261
9265
<div class="admonition note">
9262
9266
<p class="first admonition-title">Note</p>
9263
9267
<p>See <tt class="docutils literal"><span class="pre">--vo=help</span></tt> for a list of compiled-in video output drivers.</p>
@@ -9971,8 +9975,10 @@ <h1>AUDIO FILTERS</h1>
9971
9975
syntax is:</p>
9972
9976
<dl class="docutils">
9973
9977
<dt><tt class="docutils literal"><span class="pre">--af=...</span></tt></dt>
9974
- <dd>Setup a chain of audio filters. See <tt class="docutils literal"><span class="pre">--vf</span></tt> (<a class="reference internal" href="#video-filters">VIDEO FILTERS</a>) for the
9975
- full syntax.</dd>
9978
+ <dd><p class="first">Setup a chain of audio filters. See <tt class="docutils literal"><span class="pre">--vf</span></tt> (<a class="reference internal" href="#video-filters">VIDEO FILTERS</a>) for the
9979
+ full syntax.</p>
9980
+ <p class="last">This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
9981
+ </dd>
9976
9982
</dl>
9977
9983
<div class="admonition note">
9978
9984
<p class="first admonition-title">Note</p>
@@ -10254,6 +10260,7 @@ <h1>VIDEO FILTERS</h1>
10254
10260
toggling.</p>
10255
10261
<p>See the <tt class="docutils literal">vf</tt> command (and <tt class="docutils literal">toggle</tt> sub-command) for further explanations
10256
10262
and examples.</p>
10263
+ <p>This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
10257
10264
<p>The general filter entry syntax is:</p>
10258
10265
<blockquote>
10259
10266
<tt class="docutils literal"><span class="pre">["@"<label-name>":"]</span> <span class="pre">["!"]</span> <span class="pre"><filter-name></span> [ "=" <span class="pre"><filter-parameter-list></span> ]</tt></blockquote>
@@ -11857,7 +11864,7 @@ <h3>Text Manipulation</h3>
11857
11864
<dd>Property-expand the argument and return the expanded string. This can be
11858
11865
used only through the client API or from a script using
11859
11866
<tt class="docutils literal">mp.command_native</tt>. (see <a class="reference internal" href="#property-expansion">Property Expansion</a>).</dd>
11860
- <dt><tt class="docutils literal"><span class="pre">expand-path</span> "& lt;text>" ;</tt></dt>
11867
+ <dt><tt class="docutils literal"><span class="pre">expand-path</span> <text></tt></dt>
11861
11868
<dd><p class="first">Expand a path's double-tilde placeholders into a platform-specific path.
11862
11869
As <tt class="docutils literal"><span class="pre">expand-text</span></tt>, this can only be used through the client API or from
11863
11870
a script using <tt class="docutils literal">mp.command_native</tt>.</p>
@@ -14576,7 +14583,7 @@ <h2>Property list</h2>
14576
14583
<dd><p class="first">Additional per-option information.</p>
14577
14584
<p>This has a number of sub-properties. Replace <tt class="docutils literal"><name></tt> with the name of
14578
14585
a top-level option. No guarantee of stability is given to any of these
14579
- sub-properties - they may change radically in the feature .</p>
14586
+ sub-properties - they may change radically in the future .</p>
14580
14587
<dl class="last docutils">
14581
14588
<dt><tt class="docutils literal"><span class="pre">option-info/<name>/name</span></tt></dt>
14582
14589
<dd>The name of the option.</dd>
0 commit comments