Mercurial > mplayer.hg
changeset 22302:cfae965793cb
Fix error in comment
author | uau |
---|---|
date | Fri, 23 Feb 2007 02:10:02 +0000 |
parents | e4950f7dc165 |
children | 14ed9bf94b71 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)