changeset 17697:3a56bbef9300

added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)
author nicodvb
date Mon, 27 Feb 2006 21:08:58 +0000
parents 66d7afee9a46
children 14830cce6098
files libmpdemux/stream.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/stream.h	Mon Feb 27 21:06:47 2006 +0000
+++ b/libmpdemux/stream.h	Mon Feb 27 21:08:58 2006 +0000
@@ -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;