summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/vm.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-03-25 13:17:20 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-03-25 13:17:20 +0000
commit4e943eedd4a8cecf5926ded3ea8e9054b53cc26d (patch)
tree5ff01b958cea0e8b4cae5992469b6262ab011c08 /src/input/libdvdnav/vm.h
parent02f1a32e5fb7f13b2f706f7d3efa125f2b100ead (diff)
downloadxine-lib-4e943eedd4a8cecf5926ded3ea8e9054b53cc26d.tar.gz
xine-lib-4e943eedd4a8cecf5926ded3ea8e9054b53cc26d.tar.bz2
sync to cvs of libdvdnav
* optional PGC based seeking * new event on cell changes for timing info (currently not used by xine-lib) CVS patchset: 4480 CVS date: 2003/03/25 13:17:20
Diffstat (limited to 'src/input/libdvdnav/vm.h')
-rw-r--r--src/input/libdvdnav/vm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input/libdvdnav/vm.h b/src/input/libdvdnav/vm.h
index ee5e4d16f..e56001d2d 100644
--- a/src/input/libdvdnav/vm.h
+++ b/src/input/libdvdnav/vm.h
@@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: vm.h,v 1.5 2003/03/21 22:13:39 mroi Exp $
+ * $Id: vm.h,v 1.6 2003/03/25 13:17:23 mroi Exp $
*
*/
@@ -69,8 +69,11 @@ typedef struct vm_position_s {
int32_t angle_channel; /* angle channel to use */
int32_t audio_channel; /* audio channel to use */
int32_t hop_channel; /* channel hopping. E.g menu button pressed */
+#if 0
+ /* currently unused */
int32_t title; /* title number */
int32_t chapter; /* chapter number */
+#endif
int32_t cell; /* cell number */
int32_t cell_restart; /* get cell to restart */
int32_t cell_start; /* sector number of start of current cell in use */
@@ -139,6 +142,7 @@ void vm_get_next_cell(vm_t *vm);
/* Jumping - all these return 1, if a hop has been performed */
int vm_jump_pg(vm_t *vm, int pg);
+int vm_jump_cell_block(vm_t *vm, int cell, int block);
int vm_jump_title_part(vm_t *vm, int title, int part);
int vm_jump_top_pg(vm_t *vm);
int vm_jump_next_pg(vm_t *vm);