[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.33,1.34
Winner of tha face compo
gabucino at mplayer.dev.hu
Sat Dec 15 00:56:15 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv12921/libmpdemux
Modified Files:
aviheader.c
Log Message:
fixed sig8 while -idx on some files (actually this is a workaround) :(
Index: aviheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- aviheader.c 22 Nov 2001 15:39:53 -0000 1.33
+++ aviheader.c 14 Dec 2001 23:56:12 -0000 1.34
@@ -223,7 +223,8 @@
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));
+ //mp_msg(MSGT_HEADER,MSGL_STATUS,"Generating Index: %02d%%\r", (int)demuxer->filepos/((int)demuxer->movi_end/100));
+ mp_msg(MSGT_HEADER,MSGL_STATUS,"Generating Index...\r");
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
More information about the MPlayer-cvslog
mailing list