diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-20 18:39:09 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-20 18:39:09 +0000 |
commit | a000194a10272f9215afdcec386b70363868dc4e (patch) | |
tree | c9f7d2b2f0227ea1860f259572dab9b72bc8aa35 /DOCS/mplayer.1 | |
parent | 8680f58f89802303bace6f20bce35aba2e8b78ec (diff) |
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/mplayer.1')
-rw-r--r-- | DOCS/mplayer.1 | 3 |
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 |