added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17698 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-02-27 21:08:58 +00:00
parent 22226f94df
commit e9632a768b
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ typedef struct {
vts_ptt_srpt_t *vts_ptt_srpt;
pgc_t *cur_pgc;
//
int cur_title;
int cur_cell;
int last_cell;
int cur_pack;