[MPlayer-cvslog] CVS: main/libmpdemux stream_dvd.c,1.11,1.12
Nico Sabbi CVS
syncmail at mplayerhq.hu
Sun Mar 12 00:29:05 CET 2006
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv32184
Modified Files:
stream_dvd.c
Log Message:
init msec in mp_get_titleset_length() before using it; closes cid 251
Index: stream_dvd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_dvd.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- stream_dvd.c 27 Feb 2006 21:11:28 -0000 1.11
+++ stream_dvd.c 11 Mar 2006 23:29:02 -0000 1.12
@@ -438,6 +438,7 @@
int pgc_no; ///< program chain number
int msec; ///< time length in milliseconds
+ msec=0;
if(!vts_file || !tt_srpt)
return 0;
More information about the MPlayer-cvslog
mailing list