mirror of https://github.com/mpv-player/mpv
Fix error in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22320 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
06160ed2c5
commit
a8007d3c44
|
@ -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
|
// style & 2 == 0 means amount in seconds, == 2 means fraction of file length
|
||||||
// return -1 if seek failed (non-seekable stream?), 0 otherwise
|
// return -1 if seek failed (non-seekable stream?), 0 otherwise
|
||||||
static int seek(MPContext *mpctx, double amount, int style)
|
static int seek(MPContext *mpctx, double amount, int style)
|
||||||
|
|
Loading…
Reference in New Issue