summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 18:39:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 18:39:09 +0000
commita000194a10272f9215afdcec386b70363868dc4e (patch)
treec9f7d2b2f0227ea1860f259572dab9b72bc8aa35 /DOCS
parent8680f58f89802303bace6f20bce35aba2e8b78ec (diff)
downloadmpv-a000194a10272f9215afdcec386b70363868dc4e.tar.bz2
mpv-a000194a10272f9215afdcec386b70363868dc4e.tar.xz
This tiny patch adds "type=2" absolute seconds seek capability.
patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7451 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.13
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 8e3dff8caa..2aada5ad69 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -2075,9 +2075,10 @@ otherwise one of the following tokens:
.TP
.B Commands
.RSs
-.IPs "seek <value> [type=<0/1>]"
+.IPs "seek <value> [type=<0/1/2>]"
Seek to some place in the movie. Type 0 is a relative seek of +/- <value>
seconds. Type 1 seek to <value> % in the movie.
+Type 2 is a seek to an absolute position of <value> seconds.
.IPs "audio_delay <value>"
Adjust the audio delay of value seconds
.IPs quit