Fix error in comment

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22320 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2007-02-23 02:10:02 +00:00
parent 06160ed2c5
commit a8007d3c44
1 changed files with 1 additions and 1 deletions

View File

@ -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)