Mercurial > libdvdnav.hg
comparison vm.c @ 160:cd96ef8a6204 src
Remove an unneeded printf.
author | jcdutton |
---|---|
date | Sun, 06 Apr 2003 12:47:32 +0000 |
parents | 7094c8661c05 |
children | 0fd70a257b44 |
comparison
equal
deleted
inserted
replaced
159:25b0c4f881c3 | 160:cd96ef8a6204 |
---|---|
579 pgcit_t* pgcit; | 579 pgcit_t* pgcit; |
580 int pgcn; | 580 int pgcn; |
581 pgcn = (vm->state).pgcN; | 581 pgcn = (vm->state).pgcN; |
582 pgcit = get_PGCIT(vm); | 582 pgcit = get_PGCIT(vm); |
583 *menuid = pgcit->pgci_srp[pgcn - 1].entry_id & 0xf ; | 583 *menuid = pgcit->pgci_srp[pgcn - 1].entry_id & 0xf ; |
584 printf("PGCN = %d, MENU_ID = %d\n", pgcn, *menuid); | |
585 return S_OK; | 584 return S_OK; |
586 | 585 |
587 } | 586 } |
588 | 587 |
589 | 588 |
1830 #endif | 1829 #endif |
1831 | 1830 |
1832 | 1831 |
1833 /* | 1832 /* |
1834 * $Log$ | 1833 * $Log$ |
1834 * Revision 1.55 2003/04/06 12:47:32 jcdutton | |
1835 * Remove an unneeded printf. | |
1836 * | |
1835 * Revision 1.54 2003/04/06 10:59:28 jcdutton | 1837 * Revision 1.54 2003/04/06 10:59:28 jcdutton |
1836 * Return details about menu number in dvdnav_current_title_info() | 1838 * Return details about menu number in dvdnav_current_title_info() |
1837 * If title = 0, we are in menu, and part gives us what menu number. | 1839 * If title = 0, we are in menu, and part gives us what menu number. |
1838 * If title > 0, we are in a title. | 1840 * If title > 0, we are in a title. |
1839 * | 1841 * |