changeset 89:0fbef4901e2c src

Add a comment so I can tell which version of the CVS a user is using. Also add a FIXME to remind me to fix the Chapter number display.
author jcdutton
date Tue, 03 Sep 2002 00:41:48 +0000
parents 929f732a0135
children eeabf5a51b2b
files dvdnav.c dvdnav_internal.h.in searching.c
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dvdnav.c	Mon Sep 02 03:20:01 2002 +0000
+++ b/dvdnav.c	Tue Sep 03 00:41:48 2002 +0000
@@ -179,7 +179,7 @@
   struct timeval time;
   
   /* Create a new structure */
-  fprintf(MSG_OUT, "libdvdnav: Using dvdnav version from http://dvd.sf.net\n");
+  fprintf(MSG_OUT, "libdvdnav: Using dvdnav version (devel-ref:jcd1) from http://dvd.sf.net\n");
 
   /* FIXME: We malloc() here, but if an error occurs inside dvdnav_open(),
    * we return but never free() it.
@@ -998,6 +998,10 @@
 
 /*
  * $Log$
+ * Revision 1.34  2002/09/03 00:41:48  jcdutton
+ * Add a comment so I can tell which version of the CVS a user is using.
+ * Also add a FIXME to remind me to fix the Chapter number display.
+ *
  * Revision 1.33  2002/08/31 11:05:27  jcdutton
  * Properly seed the DVD VM Instruction rand().
  *
--- a/dvdnav_internal.h.in	Mon Sep 02 03:20:01 2002 +0000
+++ b/dvdnav_internal.h.in	Tue Sep 03 00:41:48 2002 +0000
@@ -60,7 +60,7 @@
 #endif
 
 /* where should libdvdnav write its messages (stdout/stderr) */
-#define MSG_OUT stderr
+#define MSG_OUT stdout
 
 typedef struct read_cache_s read_cache_t;
 
--- a/searching.c	Mon Sep 02 03:20:01 2002 +0000
+++ b/searching.c	Tue Sep 03 00:41:48 2002 +0000
@@ -344,6 +344,7 @@
   vts_ttn = this->vm->state.VTS_TTN_REG;
   vts = this->vm->state.vtsN;
 
+  /* FIXME: pr should be found by searching the VTS_SRPT table. Not just the pgN */
   if(pr) {
     *pr = this->vm->state.pgN;
   }