# HG changeset patch # User mroi # Date 1047469131 0 # Node ID 545bd4fc0a1647f66f5aacb4039ac0b12e94c6bc # Parent 66ca475e2a5a4d450da155ebbed4f81af6456eb1 stop the VM here diff -r 66ca475e2a5a -r 545bd4fc0a16 dvdnav.c --- a/dvdnav.c Wed Mar 12 11:38:11 2003 +0000 +++ b/dvdnav.c Wed Mar 12 11:38:51 2003 +0000 @@ -393,6 +393,7 @@ /* Check the STOP flag */ if(this->vm->stopped) { + vm_stop(this->vm); (*event) = DVDNAV_STOP; this->started = 0; pthread_mutex_unlock(&this->vm_lock); @@ -979,6 +980,9 @@ /* * $Log$ + * Revision 1.43 2003/03/12 11:38:51 mroi + * stop the VM here + * * Revision 1.42 2003/02/25 14:08:14 mroi * new event DVDNAV_WAIT *