# HG changeset patch # User uau # Date 1172196602 0 # Node ID cfae965793cbd58f915134d26882a9573990d9ab # Parent e4950f7dc165f665754d464a045d54aafd3e057a Fix error in comment diff -r e4950f7dc165 -r cfae965793cb mplayer.c --- a/mplayer.c Fri Feb 23 01:53:09 2007 +0000 +++ b/mplayer.c Fri Feb 23 02:10:02 2007 +0000 @@ -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)