mirror of https://github.com/mpv-player/mpv
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:
parent
22226f94df
commit
e9632a768b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue