[MPlayer-cvslog] CVS: main/libmpdemux stream.h,1.74,1.75
Nico Sabbi CVS
syncmail at mplayerhq.hu
Mon Feb 27 22:09:00 CET 2006
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv11550
Modified Files:
stream.h
Log Message:
added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)
Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- stream.h 27 Feb 2006 21:06:47 -0000 1.74
+++ stream.h 27 Feb 2006 21:08:58 -0000 1.75
@@ -309,6 +309,7 @@
vts_ptt_srpt_t *vts_ptt_srpt;
pgc_t *cur_pgc;
//
+ int cur_title;
int cur_cell;
int last_cell;
int cur_pack;
More information about the MPlayer-cvslog
mailing list