summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-07 22:49:56 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-07 22:49:56 +0000
commit81bc02a02acecc0d0ba06e8b89823c21559e9b3a (patch)
treeb41d85072285895de3e301ea94b18f269f5cd26b /stream/stream_dvd.h
parent19e254aa26e160924d87ec84796b2fc5ff538304 (diff)
downloadmpv-81bc02a02acecc0d0ba06e8b89823c21559e9b3a.tar.bz2
mpv-81bc02a02acecc0d0ba06e8b89823c21559e9b3a.tar.xz
implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20762 b3059339-0415-0410-9bf9-f77b7e298cf2
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];