# HG changeset patch # User nicodvb # Date 1186091939 0 # Node ID 9aea3dbbfa917f2c848dff25f56cbb811a30cfd0 # Parent 8615160a0521241df2d5ac14636f18d936562e84 don't call dvdnav functions from within dvdread diff -r 8615160a0521 -r 9aea3dbbfa91 dvdread/ifo_print.c --- a/dvdread/ifo_print.c Sat Jul 14 11:28:12 2007 +0000 +++ b/dvdread/ifo_print.c Thu Aug 02 21:58:59 2007 +0000 @@ -71,7 +71,10 @@ for(i=0;i<8;i++) printf("%02x ", command->bytes[i]); printf("| "); +#if 0 + //disabled call of dvdnav function vm_print_mnemonic(command); +#endif printf("\n"); }