mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 01:47:38 +00:00
is itn't %, it is a byteposition of the video ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3744 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b5874d029e
commit
e2b276840a
@ -223,7 +223,7 @@ if(index_mode>=2 || (priv->idx_size==0 && index_mode==1)){
|
||||
case 2: if(c==0x1B6) idx->dwFlags=0;break; // divx 4
|
||||
}
|
||||
}
|
||||
mp_msg(MSGT_HEADER,MSGL_STATUS,"Generating Index: %02d%%\r", (int)demuxer->filepos/((int)demuxer->movi_end/100+1));
|
||||
mp_msg(MSGT_HEADER,MSGL_STATUS,"Generating Index: %02d (byteposition)\r", (int)demuxer->filepos/((int)demuxer->movi_end/100+1));
|
||||
fflush(stdout);
|
||||
mp_dbg(MSGT_HEADER,MSGL_DBG2,"%08X %08X %.4s %08X %X\n",(int)demuxer->filepos,id,(char *) &id,(int)c,(unsigned int) idx->dwFlags);
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user