comparison dvdnav.c @ 121:545bd4fc0a16 src

stop the VM here
author mroi
date Wed, 12 Mar 2003 11:38:51 +0000
parents 4d711d0518e9
children 42d06bc1251d
comparison
equal deleted inserted replaced
120:66ca475e2a5a 121:545bd4fc0a16
391 (*event) = DVDNAV_NOP; 391 (*event) = DVDNAV_NOP;
392 (*len) = 0; 392 (*len) = 0;
393 393
394 /* Check the STOP flag */ 394 /* Check the STOP flag */
395 if(this->vm->stopped) { 395 if(this->vm->stopped) {
396 vm_stop(this->vm);
396 (*event) = DVDNAV_STOP; 397 (*event) = DVDNAV_STOP;
397 this->started = 0; 398 this->started = 0;
398 pthread_mutex_unlock(&this->vm_lock); 399 pthread_mutex_unlock(&this->vm_lock);
399 return S_OK; 400 return S_OK;
400 } 401 }
977 return this->position_next.still; 978 return this->position_next.still;
978 } 979 }
979 980
980 /* 981 /*
981 * $Log$ 982 * $Log$
983 * Revision 1.43 2003/03/12 11:38:51 mroi
984 * stop the VM here
985 *
982 * Revision 1.42 2003/02/25 14:08:14 mroi 986 * Revision 1.42 2003/02/25 14:08:14 mroi
983 * new event DVDNAV_WAIT 987 * new event DVDNAV_WAIT
984 * 988 *
985 * Revision 1.40 2003/02/20 15:32:15 mroi 989 * Revision 1.40 2003/02/20 15:32:15 mroi
986 * big libdvdnav cleanup, quoting the ChangeLog: 990 * big libdvdnav cleanup, quoting the ChangeLog: