[xiph-cvs] cvs commit: ices/src reencode.h ices.c

Karl Heyes karl at xiph.org
Tue Jan 13 08:35:28 PST 2004



karl        04/01/13 11:35:28

  Modified:    src      reencode.h ices.c
  Log:
  minor cleanups

Revision  Changes    Path
1.7       +2 -2      ices/src/reencode.h

Index: reencode.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/reencode.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- reencode.h	22 Mar 2003 01:14:35 -0000	1.6
+++ reencode.h	13 Jan 2004 16:35:27 -0000	1.7
@@ -1,7 +1,7 @@
 /* reencode.h
  * - reencoding functions
  *
- * $Id: reencode.h,v 1.6 2003/03/22 01:14:35 karl Exp $
+ * $Id: reencode.h,v 1.7 2004/01/13 16:35:27 karl Exp $
  *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
@@ -35,7 +35,7 @@
     int in_samplerate;
     int in_channels;
 
-    long current_serial;
+    int current_serial;
     int need_headers;
 
     ogg_stream_state os;

<p><p>1.16      +2 -2      ices/src/ices.c

Index: ices.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/ices.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ices.c	28 Dec 2003 21:49:22 -0000	1.15
+++ ices.c	13 Jan 2004 16:35:27 -0000	1.16
@@ -1,7 +1,7 @@
 /* ices.c
  * - Main startup, thread launching, and cleanup code.
  *
- * $Id: ices.c,v 1.15 2003/12/28 21:49:22 karl Exp $
+ * $Id: ices.c,v 1.16 2004/01/13 16:35:27 karl Exp $
  *
  * Copyright (c) 2001-2002 Michael Smith <msmith at labyrinth.net.au>
  *
@@ -100,7 +100,7 @@
 
     ices_config->log_id = log;
 
-    LOG_INFO0("ices started...");
+    LOG_INFO0(PACKAGE_STRING " started...");
     if (ices_config->pidfile != NULL)
     {
         FILE *f = fopen (ices_config->pidfile, "w");

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list