[MPlayer-cvslog] r22320 - trunk/mplayer.c
uau
subversion at mplayerhq.hu
Fri Feb 23 03:10:02 CET 2007
Author: uau
Date: Fri Feb 23 03:10:02 2007
New Revision: 22320
Modified:
trunk/mplayer.c
Log:
Fix error in comment
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Fri Feb 23 03:10:02 2007
@@ -2225,7 +2225,7 @@
}
-// 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)
More information about the MPlayer-cvslog
mailing list