[Mplayer-cvslog] CVS: main subreader.c,1.13,1.14
Dariush Pietrzak
eyck at users.sourceforge.net
Mon May 28 11:54:23 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv9330
Modified Files:
subreader.c
Log Message:
there is another format that get detected as vplayers.
Instead of tightening detection support that another format.
Index: subreader.c
===================================================================
RCS file: /cvsroot/mplayer/main/subreader.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** subreader.c 2001/05/27 20:59:58 1.13
--- subreader.c 2001/05/28 09:54:21 1.14
***************
*** 239,242 ****
--- 239,243 ----
current->start = a1*360000+a2*6000+a3*100;
current->end = b1*360000+b2*6000+b3*100;
+ if ((current->end - current->start) > 1000) {current->end = current->start + 1000;} // not too long though.
// teraz czas na wkopiowanie stringu
p=line; p+=plen;i=0;
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list