summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd.h')
-rw-r--r--stream/stream_dvd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_dvd.h b/stream/stream_dvd.h
index 441a9d5e72..3f9b2ffddb 100644
--- a/stream/stream_dvd.h
+++ b/stream/stream_dvd.h
@@ -32,10 +32,12 @@ typedef struct {
int last_cell;
int cur_pack;
int cell_last_pack;
+ int cur_pgc_idx;
// Navi:
int packs_left;
dsi_t dsi_pack;
int angle_seek;
+ unsigned int *cell_times_table;
// audio datas
int nr_of_channels;
stream_language_t audio_streams[32];