@@ -3181,7 +3181,7 @@ <h2>Audio</h2>
3181
3181
behaves equivalent to specifying <tt class="docutils literal"><span class="pre">dts-hd</span></tt> only.</p>
3182
3182
<p>In earlier mpv versions you could use <tt class="docutils literal"><span class="pre">--ad</span></tt> to force the spdif wrapper.
3183
3183
This does not work anymore.</p>
3184
- <div class="admonition admonition- warning last">
3184
+ <div class="admonition warning last">
3185
3185
<p class="first admonition-title">Warning</p>
3186
3186
<p class="last">There is not much reason to use this. HDMI supports uncompressed
3187
3187
multichannel PCM, and mpv supports lossless DTS-HD decoding via
@@ -3208,7 +3208,7 @@ <h2>Audio</h2>
3208
3208
<dd>List all available decoders.</dd>
3209
3209
</dl>
3210
3210
</div>
3211
- <div class="admonition admonition- warning last">
3211
+ <div class="admonition warning last">
3212
3212
<p class="first admonition-title">Warning</p>
3213
3213
<p class="last">Enabling compressed audio passthrough (AC3 and DTS via SPDIF/HDMI) with
3214
3214
this option is not possible. Use <tt class="docutils literal"><span class="pre">--audio-spdif</span></tt> instead.</p>
@@ -3285,7 +3285,7 @@ <h2>Audio</h2>
3285
3285
</dd>
3286
3286
<dt><tt class="docutils literal"><span class="pre">--ad-spdif-dtshd=<yes|no></span></tt>, <tt class="docutils literal"><span class="pre">--dtshd</span></tt>, <tt class="docutils literal"><span class="pre">--no-dtshd</span></tt></dt>
3287
3287
<dd><p class="first">If DTS is passed through, use DTS-HD.</p>
3288
- <div class="admonition admonition- warning last">
3288
+ <div class="admonition warning last">
3289
3289
<p class="first admonition-title">Warning</p>
3290
3290
<p class="last">This and enabling passthrough via <tt class="docutils literal"><span class="pre">--ad</span></tt> are deprecated in favor of
3291
3291
using <tt class="docutils literal"><span class="pre">--audio-spdif=dts-hd</span></tt>.</p>
@@ -3354,7 +3354,7 @@ <h2>Audio</h2>
3354
3354
your desired output as mpv does not have control over it. Another
3355
3355
work-around for this on some AOs is to use <tt class="docutils literal"><span class="pre">--audio-exclusive=yes</span></tt> to
3356
3356
circumvent the system mixer entirely.</p>
3357
- <div class="admonition admonition- warning last">
3357
+ <div class="admonition warning last">
3358
3358
<p class="first admonition-title">Warning</p>
3359
3359
<p>Using <tt class="docutils literal">auto</tt> can cause issues when using audio over HDMI. The OS will
3360
3360
typically report all channel layouts that _can_ go over HDMI, even if
@@ -3510,7 +3510,7 @@ <h2>Audio</h2>
3510
3510
silence is played while paused. Note that if no audio track is selected,
3511
3511
the audio device will still be closed immediately.</p>
3512
3512
<p>Not all AOs support this.</p>
3513
- <div class="admonition admonition- warning last">
3513
+ <div class="admonition warning last">
3514
3514
<p class="first admonition-title">Warning</p>
3515
3515
<p class="last">This modifies certain subtle player behavior, like A/V-sync and underrun
3516
3516
handling. Enabling this option is strongly discouraged.</p>
@@ -3620,7 +3620,7 @@ <h2>Subtitles</h2>
3620
3620
position, which is often not the absolute bottom of the screen, but with
3621
3621
some margin between the bottom and the subtitle. Values above 100 move the
3622
3622
subtitle further down.</p>
3623
- <div class="admonition admonition- warning last">
3623
+ <div class="admonition warning last">
3624
3624
<p class="first admonition-title">Warning</p>
3625
3625
<p>Text subtitles (as opposed to image subtitles) may be cut off if the
3626
3626
value of the option is above 100. This is a libass restriction.</p>
@@ -3673,7 +3673,7 @@ <h2>Subtitles</h2>
3673
3673
</tr>
3674
3674
</tbody>
3675
3675
</table>
3676
- <div class="admonition admonition- warning last">
3676
+ <div class="admonition warning last">
3677
3677
<p class="first admonition-title">Warning</p>
3678
3678
<p class="last">Enabling hinting can lead to mispositioned text (in situations it's
3679
3679
supposed to match up video background), or reduce the smoothness
@@ -4353,7 +4353,7 @@ <h2>Window</h2>
4353
4353
<dt><tt class="docutils literal"><span class="pre">--force-window=<yes|no|immediate></span></tt></dt>
4354
4354
<dd><p class="first">Create a video output window even if there is no video. This can be useful
4355
4355
when pretending that mpv is a GUI application. Currently, the window
4356
- always has the size 640x480 , and is subject to <tt class="docutils literal"><span class="pre">--geometry</span></tt>,
4356
+ always has the size 960x540 , and is subject to <tt class="docutils literal"><span class="pre">--geometry</span></tt>,
4357
4357
<tt class="docutils literal"><span class="pre">--autofit</span></tt>, and similar options.</p>
4358
4358
<div class="admonition warning last">
4359
4359
<p class="first admonition-title">Warning</p>
@@ -5249,8 +5249,7 @@ <h2>Input</h2>
5249
5249
driver. Necessary to use the OSC, or to select the buttons in DVD menus.
5250
5250
Support depends on the VO in use.</dd>
5251
5251
<dt><tt class="docutils literal"><span class="pre">--input-cursor-passthrough</span></tt>, <tt class="docutils literal"><span class="pre">--no-input-cursor-passthrough</span></tt></dt>
5252
- <dd>(X11, Wayland and macOS only)
5253
- Tell the backend windowing system to allow pointer events to passthrough
5252
+ <dd>Tell the backend windowing system to allow pointer events to passthrough
5254
5253
the mpv window. This allows windows under mpv to instead receive pointer
5255
5254
events as if the mpv window was never there.</dd>
5256
5255
<dt><tt class="docutils literal"><span class="pre">--input-media-keys=<yes|no></span></tt></dt>
@@ -6788,7 +6787,7 @@ <h2>GPU renderer options</h2>
6788
6787
internal list of shaders, while <tt class="docutils literal"><span class="pre">--glsl-shaders</span></tt> takes a list of files,
6789
6788
and overwrites the internal list with it. The latter is a path list option
6790
6789
(see <a class="reference internal" href="#list-options">List Options</a> for details).</p>
6791
- <div class="admonition admonition- warning">
6790
+ <div class="admonition warning">
6792
6791
<p class="first admonition-title">Warning</p>
6793
6792
<p class="last">The syntax is not stable yet and may change any time.</p>
6794
6793
</div>
@@ -11009,7 +11008,7 @@ <h2>List of Input Commands</h2>
11009
11008
wasn't started in detached mode, even if <tt class="docutils literal">playback_only</tt> is
11010
11009
false.</p>
11011
11010
</div>
11012
- <div class="admonition admonition- warning">
11011
+ <div class="admonition warning">
11013
11012
<p class="first admonition-title">Warning</p>
11014
11013
<p class="last">Don't forget to set the <tt class="docutils literal">playback_only</tt> field to false if you want
11015
11014
the command to run while the player is in idle mode, or if you don't
0 commit comments