comparison dvdnav.c @ 126:42d06bc1251d src

less overwhelming TRACE info
author mroi
date Fri, 14 Mar 2003 18:49:28 +0000
parents 545bd4fc0a16
children f2e86078a5dc
comparison
equal deleted inserted replaced
125:87400040e4a4 126:42d06bc1251d
400 return S_OK; 400 return S_OK;
401 } 401 }
402 402
403 vm_position_get(this->vm, &this->position_next); 403 vm_position_get(this->vm, &this->position_next);
404 404
405 #ifdef TRACE 405 #ifdef LOG_DEBUG
406 fprintf(MSG_OUT, "libdvdnav: POS-NEXT "); 406 fprintf(MSG_OUT, "libdvdnav: POS-NEXT ");
407 vm_position_print(this->vm, &this->position_next); 407 vm_position_print(this->vm, &this->position_next);
408 fprintf(MSG_OUT, "libdvdnav: POS-CUR "); 408 fprintf(MSG_OUT, "libdvdnav: POS-CUR ");
409 vm_position_print(this->vm, &this->position_current); 409 vm_position_print(this->vm, &this->position_current);
410 #endif 410 #endif
978 return this->position_next.still; 978 return this->position_next.still;
979 } 979 }
980 980
981 /* 981 /*
982 * $Log$ 982 * $Log$
983 * Revision 1.44 2003/03/14 18:49:28 mroi
984 * less overwhelming TRACE info
985 *
983 * Revision 1.43 2003/03/12 11:38:51 mroi 986 * Revision 1.43 2003/03/12 11:38:51 mroi
984 * stop the VM here 987 * stop the VM here
985 * 988 *
986 * Revision 1.42 2003/02/25 14:08:14 mroi 989 * Revision 1.42 2003/02/25 14:08:14 mroi
987 * new event DVDNAV_WAIT 990 * new event DVDNAV_WAIT