changeset 106:e984044bbe7b src

port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of libdvdnav
author mroi
date Wed, 23 Oct 2002 11:38:09 +0000
parents 0a0a749038ff
children b2801805c433
files dvdnav.c vm.c
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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
  *