Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv11362
Modified Files: mplayer.py Log Message: Patch for audiofiles with length > 1000sec from Urmet... I made a similar fix for video awhile back, don't know why I forgot audio. Index: mplayer.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mplayer.py 28 May 2003 15:34:43 -0000 1.8 --- mplayer.py 6 Jun 2003 14:13:00 -0000 1.9 *************** *** 10,13 **** --- 10,17 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.9 2003/06/06 14:13:00 outlyer + # Patch for audiofiles with length > 1000sec from Urmet... I made a similar + # fix for video awhile back, don't know why I forgot audio. + # # Revision 1.8 2003/05/28 15:34:43 dischi # fixed seeking bug *************** *** 254,258 **** self.elapsed = 0 childapp.ChildApp.__init__(self, app) ! self.RE_TIME = re.compile("^A: +([0-9]+)").match def kill(self): --- 258,262 ---- self.elapsed = 0 childapp.ChildApp.__init__(self, app) ! self.RE_TIME = re.compile("^A: *([0-9]+)").match def kill(self): ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog