summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)