# HG changeset patch # User mroi # Date 1035373089 0 # Node ID e984044bbe7bb25adb19244755653b89368583a2 # Parent 0a0a749038ffa0a8e0ac63e9526f390b7e34d33d port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of libdvdnav diff -r 0a0a749038ff -r e984044bbe7b dvdnav.c --- a/dvdnav.c Mon Oct 21 12:42:53 2002 +0000 +++ b/dvdnav.c Wed Oct 23 11:38:09 2002 +0000 @@ -794,7 +794,7 @@ } - //result = DVDReadBlocks(this->file, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); + /* result = DVDReadBlocks(this->file, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); */ result = dvdnav_read_cache_block(this->cache, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); if(result <= 0) { @@ -1010,6 +1010,10 @@ /* * $Log$ + * Revision 1.39 2002/10/23 11:38:09 mroi + * port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of + * libdvdnav + * * Revision 1.38 2002/09/19 04:48:28 jcdutton * Update version info. * The "note2" bit if to help developers know which version of libdvdnav the user is using. diff -r 0a0a749038ff -r e984044bbe7b vm.c --- a/vm.c Mon Oct 21 12:42:53 2002 +0000 +++ b/vm.c Wed Oct 23 11:38:09 2002 +0000 @@ -1741,7 +1741,7 @@ (vm->state).vtsN = vtsN; /* Not sure about this one. We can get to it easily from TTN_REG */ /* Any other registers? */ - res = set_PGC(vm, pgcN); // This clobber's state.pgN (sets it to 1), but we don't want clobbering here. + res = set_PGC(vm, pgcN); /* This clobber's state.pgN (sets it to 1), but we don't want clobbering here. */ (vm->state).pgN = pgN; /* Part?? */ return res; } @@ -1988,6 +1988,10 @@ /* * $Log$ + * Revision 1.37 2002/10/23 11:38:09 mroi + * port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of + * libdvdnav + * * Revision 1.36 2002/09/22 11:53:32 mroi * small output beautification *