diff vm/vm.h @ 312:fdbfb58d2735 src

added utility functions vm_get_title_ifo() and vm_ifo_close() to proxy dvdread functions to dvdnav proper. These functions are used in upcoming patch to describe the chapters of a title
author nicodvb
date Wed, 28 Nov 2007 23:13:50 +0000
parents 52877d182e96
children 90ca650854e0
line wrap: on
line diff
--- a/vm/vm.h	Sun Nov 11 11:57:34 2007 +0000
+++ b/vm/vm.h	Wed Nov 28 23:13:50 2007 +0000
@@ -168,6 +168,8 @@
 video_attr_t vm_get_video_attr(vm_t *vm);
 audio_attr_t vm_get_audio_attr(vm_t *vm, int streamN);
 subp_attr_t  vm_get_subp_attr(vm_t *vm, int streamN);
+ifo_handle_t *vm_get_title_ifo(vm_t *vm, uint32_t title);
+void vm_ifo_close(ifo_handle_t *ifo);
 
 /* Uncomment for VM command tracing */
 /* #define TRACE */