comparison highlight.c @ 10:6f0fb88d1463 src

Added some debug info, to hopefully help in tracking bugs in libdvdnav.
author jcdutton
date Tue, 09 Apr 2002 15:19:07 +0000
parents 328eadb3f37e
children 3c1df0cb3aee
comparison
equal deleted inserted replaced
9:058a95695876 10:6f0fb88d1463
161 self->hli_clut = 0; 161 self->hli_clut = 0;
162 } 162 }
163 163
164 /* Finally, make the VM execute the appropriate code and 164 /* Finally, make the VM execute the appropriate code and
165 * scedule a jump */ 165 * scedule a jump */
166 166 fprintf(stderr, "libdvdnav: Evaluating Button Activation commands.\n");
167 if(vm_eval_cmd(self->vm, &(button_ptr->cmd)) == 1) { 167 if(vm_eval_cmd(self->vm, &(button_ptr->cmd)) == 1) {
168 /* Cammand caused a jump */ 168 /* Cammand caused a jump */
169 dvdnav_do_post_jump(self); 169 dvdnav_do_post_jump(self);
170 } 170 }
171 171