mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 15:18:00 +00:00
Progress indicator for index creation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2764 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a05cbf22f4
commit
f30ef11565
@ -222,6 +222,8 @@ 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));
|
||||
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
|
||||
{ unsigned char tmp[64];
|
||||
|
Loading…
Reference in New Issue
Block a user