summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-23 02:10:02 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-23 02:10:02 +0000
commita8007d3c441516146d4a9f6cd04b1f10dc4aa725 (patch)
treea201316b8e8f63f3a6d55d36ea93595aac9e0bb1 /mplayer.c
parent06160ed2c58dd3c1872dfccd38b99e0c198627f8 (diff)
downloadmpv-a8007d3c441516146d4a9f6cd04b1f10dc4aa725.tar.bz2
mpv-a8007d3c441516146d4a9f6cd04b1f10dc4aa725.tar.xz
Fix error in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22320 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index af02cfe8b2..a691bd56f2 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2225,7 +2225,7 @@ static void edl_update(MPContext *mpctx)
}
-// style & 1 == 0 means seek relative to current position, == 1 means relative
+// style & 1 == 0 means seek relative to current position, == 1 means absolute
// style & 2 == 0 means amount in seconds, == 2 means fraction of file length
// return -1 if seek failed (non-seekable stream?), 0 otherwise
static int seek(MPContext *mpctx, double amount, int style)