mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 05:52:09 +00:00
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
|
||||
// return -1 if seek failed (non-seekable stream?), 0 otherwise
|
||||
static int seek(MPContext *mpctx, double amount, int style)
|
||||
|
Loading…
Reference in New Issue
Block a user