Skip to content

Commit 01a46d0

Browse files
author
nadeko
committed
CI autodeploy
1 parent e64cceb commit 01a46d0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

manual/master/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,12 +2410,13 @@ <h2>Program Behavior</h2>
24102410
<h2>Watch Later</h2>
24112411
<dl class="docutils">
24122412
<dt><tt class="docutils literal"><span class="pre">--save-position-on-quit</span></tt></dt>
2413-
<dd><p class="first">Always save the current playback position on quit. When this file is
2414-
played again later, the player will seek to the old playback position on
2415-
start. This does not happen if playback of a file is stopped in any other
2416-
way than quitting. For example, going to the next file in the playlist
2417-
will not save the position, and start playback at beginning the next time
2418-
the file is played.</p>
2413+
<dd><p class="first">Always save the current playback position on quit, and also when the
2414+
<tt class="docutils literal">loadfile</tt> command is used to replace the current playlist. When this file
2415+
is played again later, the player will seek to the old playback position on
2416+
start. This does not happen if playback of a file is stopped in other ways.
2417+
For example, going to the next file in the playlist will not save the
2418+
position, and will start playback at beginning the next time the file is
2419+
played.</p>
24192420
<p>This behavior is disabled by default, but is always available when quitting
24202421
the player with Shift+Q.</p>
24212422
<p class="last">See <a class="reference internal" href="#resuming-playback">RESUMING PLAYBACK</a>.</p>
@@ -2779,7 +2780,7 @@ <h2>Video</h2>
27792780
only the <tt class="docutils literal">vaapi</tt>, <tt class="docutils literal">nvdec</tt>, <tt class="docutils literal">cuda</tt> and <tt class="docutils literal">vulkan</tt> methods work with
27802781
Vulkan.</p>
27812782
</div>
2782-
<p>The <tt class="docutils literal">vaapi</tt> mode, if used with <tt class="docutils literal"><span class="pre">--vo=gpu``or</span> <span class="pre">``--vo=gpu-next</span></tt> most
2783+
<p>The <tt class="docutils literal">vaapi</tt> mode, if used with <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt> or <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt> most
27832784
likely works with Intel and AMD GPUs only. It requires the opengl EGL
27842785
backend if the GPU does not support drm modifiers.</p>
27852786
<p><tt class="docutils literal">nvdec</tt> and <tt class="docutils literal"><span class="pre">nvdec-copy</span></tt> are the newest, and recommended method to do

0 commit comments

Comments
 (0)