Mercurial > libdvdnav.hg
comparison decoder.c @ 79:96707bfb63d7 src
Fix bug whereby libdvdnav would totally fail if run with #define TRACE enabled.
| author | jcdutton |
|---|---|
| date | Thu, 29 Aug 2002 04:59:00 +0000 |
| parents | e106f51eb8f5 |
| children | b6834e6359cf |
comparison
equal
deleted
inserted
replaced
| 78:e106f51eb8f5 | 79:96707bfb63d7 |
|---|---|
| 585 for(i = 0; i < num_commands; i++) | 585 for(i = 0; i < num_commands; i++) |
| 586 vmPrint_CMD(i, &commands[i]); | 586 vmPrint_CMD(i, &commands[i]); |
| 587 fprintf(MSG_OUT, "libdvdnav: --------------------------------------------\n"); | 587 fprintf(MSG_OUT, "libdvdnav: --------------------------------------------\n"); |
| 588 fprintf(MSG_OUT, "libdvdnav: Single stepping commands\n"); | 588 fprintf(MSG_OUT, "libdvdnav: Single stepping commands\n"); |
| 589 #endif | 589 #endif |
| 590 | 590 i = 0; |
| 591 while(i < num_commands && total < 100000) { | 591 while(i < num_commands && total < 100000) { |
| 592 int32_t line; | 592 int32_t line; |
| 593 | 593 |
| 594 #ifdef TRACE | 594 #ifdef TRACE |
| 595 vmPrint_CMD(i, &commands[i]); | 595 vmPrint_CMD(i, &commands[i]); |
