changeset 94:e29110f67f3a src

Get xine dvd:///dev/dvd:1.2 i.e. title play working again.
author jcdutton
date Mon, 16 Sep 2002 16:27:18 +0000
parents e74cba5129a6
children e7ebabe059b9
files navigation.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/navigation.c	Mon Sep 16 07:58:59 2002 +0000
+++ b/navigation.c	Mon Sep 16 16:27:18 2002 +0000
@@ -51,6 +51,12 @@
     return S_ERR;
   }
 
+  if(!this->started) {
+    /* Start the VM */
+    vm_start(this->vm);
+    this->started = 1;
+  }
+
   (*titles) = vm_get_vmgi(this->vm)->tt_srpt->nr_of_srpts;
 
   return S_OK;