From 81bc02a02acecc0d0ba06e8b89823c21559e9b3a Mon Sep 17 00:00:00 2001 From: nicodvb Date: Tue, 7 Nov 2006 22:49:56 +0000 Subject: 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 --- stream/stream_dvd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/stream_dvd.h') 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]; -- cgit v1.2.3