[xiph-cvs] cvs commit: ices/src config.c config.h encode.c encode.h event.h ices.c im_oss.c im_oss.h im_playlist.c im_playlist.h im_stdinpcm.c im_stdinpcm.h im_sun.c im_sun.h input.c input.h inputmodule.h logging.h metadata.c metadata.h playlist_basic.c playlist_basic.h reencode.c reencode.h savefile.c signals.c signals.h stream.c stream.h stream_shared.c stream_shared.h

Michael Smith msmith at xiph.org
Tue Sep 25 05:04:27 PDT 2001



msmith      01/09/25 05:04:26

  Modified:    src      config.c config.h encode.c encode.h event.h ices.c
                        im_oss.c im_oss.h im_playlist.c im_playlist.h
                        im_stdinpcm.c im_stdinpcm.h im_sun.c im_sun.h
                        input.c input.h inputmodule.h logging.h metadata.c
                        metadata.h playlist_basic.c playlist_basic.h
                        reencode.c reencode.h savefile.c signals.c
                        signals.h stream.c stream.h stream_shared.c
                        stream_shared.h
  Log:
  Add CVS Id tags to all files. Fix copyright notice in one of them. Reindent
  two lines.

Revision  Changes    Path
1.2       +2 -0      ices/src/config.c

Index: config.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.c	2001/09/10 02:30:50	1.1
+++ config.c	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* config.c
  * - config file reading code, plus default settings.
  *
+ * $Id: config.c,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.5       +2 -0      ices/src/config.h

Index: config.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.h	2001/09/24 06:34:33	1.4
+++ config.h	2001/09/25 12:04:21	1.5
@@ -1,6 +1,8 @@
 /* config.h
  * - configuration, and global structures built from config
  *
+ * $Id: config.h,v 1.5 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/encode.c

Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/encode.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- encode.c	2001/09/10 02:30:52	1.1
+++ encode.c	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* encode.c
  * - runtime encoding of PCM data.
  *
+ * $Id: encode.c,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/encode.h

Index: encode.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/encode.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- encode.h	2001/09/10 02:30:52	1.1
+++ encode.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* encode.h
  * - encoding functions
  *
+ * $Id: encode.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/event.h

Index: event.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/event.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- event.h	2001/09/10 02:30:52	1.1
+++ event.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* event.h
  * - Generic interface for passing events to modules.
  *
+ * $Id: event.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/ices.c

Index: ices.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/ices.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ices.c	2001/09/10 02:30:50	1.1
+++ ices.c	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* ices.c
  * - Main startup, thread launching, and cleanup code.
  *
+ * $Id: ices.c,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.3       +2 -0      ices/src/im_oss.c

Index: im_oss.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_oss.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- im_oss.c	2001/09/23 09:49:03	1.2
+++ im_oss.c	2001/09/25 12:04:21	1.3
@@ -1,6 +1,8 @@
 /* im_oss.c
  * - Raw PCM input from OSS devices
  *
+ * $Id: im_oss.c,v 1.3 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/im_oss.h

Index: im_oss.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_oss.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- im_oss.h	2001/09/10 02:30:52	1.1
+++ im_oss.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* im_oss.h
  * - read pcm data from oss devices
  *
+ * $Id: im_oss.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/im_playlist.c

Index: im_playlist.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_playlist.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- im_playlist.c	2001/09/10 02:30:51	1.1
+++ im_playlist.c	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* playlist.c
  * - Basic playlist functionality
  *
+ * $Id: im_playlist.c,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/im_playlist.h

Index: im_playlist.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_playlist.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- im_playlist.h	2001/09/10 02:30:51	1.1
+++ im_playlist.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* im_playlist.h
  * - Basic playlist functionality
  *
+ * $Id: im_playlist.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/im_stdinpcm.c

Index: im_stdinpcm.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_stdinpcm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- im_stdinpcm.c	2001/09/10 02:30:52	1.1
+++ im_stdinpcm.c	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* im_stdinpcm.c
  * - Raw PCM input from stdin
  *
+ * $Id: im_stdinpcm.c,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/im_stdinpcm.h

Index: im_stdinpcm.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_stdinpcm.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- im_stdinpcm.h	2001/09/10 02:30:52	1.1
+++ im_stdinpcm.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* im_stdinpcm.h
  * - stdin reading
  *
+ * $Id: im_stdinpcm.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.3       +2 -0      ices/src/im_sun.c

Index: im_sun.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_sun.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- im_sun.c	2001/09/23 10:00:21	1.2
+++ im_sun.c	2001/09/25 12:04:21	1.3
@@ -1,6 +1,8 @@
 /* im_sun.c
  * - Raw PCM input from Solaris audio devices
  *
+ * $Id: im_sun.c,v 1.3 2001/09/25 12:04:21 msmith Exp $
+ *
  * by Ciaran Anscomb <ciarana at rd.bbc.co.uk>, based
  * on im_oss.c which is...
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>

1.2       +2 -0      ices/src/im_sun.h

Index: im_sun.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_sun.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- im_sun.h	2001/09/10 02:30:54	1.1
+++ im_sun.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* im_sun.h
  * - read pcm data from sun devices
  *
+ * $Id: im_sun.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * by Ciaran Anscomb <ciarana at rd.bbc.co.uk>, based
  * on im_oss.c which is...
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>

1.4       +39 -2     ices/src/input.c

Index: input.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/input.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- input.c	2001/09/24 06:34:33	1.3
+++ input.c	2001/09/25 12:04:21	1.4
@@ -1,8 +1,45 @@
 /* input.c
+ *  - Main producer control loop. Fetches data from input modules, and controls
+ *    submission of these to the instance threads. Timing control happens here.
+ *
+ * $Id: input.c,v 1.4 2001/09/25 12:04:21 msmith Exp $
  * 
- * Main producer control loop. Fetches data from input modules, and controls
- * submission of these to the instance threads. Timing control happens here.
+ * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ *
+ * This program is distributed under the terms of the GNU General
+ * Public License, version 2. You may use, modify, and redistribute
+ * it under the terms of this license. A copy should be included
+ * with this source.
  */
+
+#ifndef __INPUT_H__
+#define __INPUT_H__
+
+#include <shout/shout.h>
+#include <vorbis/codec.h>
+
+#include "config.h"
+#include "inputmodule.h"
+#include "stream.h"
+#include "reencode.h"
+#include "encode.h"
+
+typedef struct {
+	instance_t *stream;
+	input_module_t *input;
+    reencode_state *reenc;
+    encoder_state *enc;
+    shout_conn_t conn;
+    vorbis_comment vc;
+} stream_description;
+
+
+void input_loop(void);
+void input_flush_queue(buffer_queue *queue, int keep_critical);
+
+#endif /* __INPUT_H__ */
+
+
 
 #include <stdio.h>
 #include <stdlib.h>

1.3       +2 -0      ices/src/input.h

Index: input.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/input.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- input.h	2001/09/24 03:45:12	1.2
+++ input.h	2001/09/25 12:04:21	1.3
@@ -1,6 +1,8 @@
 /* input.h
  * - Input functions
  *
+ * $Id: input.h,v 1.3 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/inputmodule.h

Index: inputmodule.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/inputmodule.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inputmodule.h	2001/09/10 02:30:51	1.1
+++ inputmodule.h	2001/09/25 12:04:21	1.2
@@ -1,6 +1,8 @@
 /* inputmodule.h
  * - the interface for input modules to implement.
  *
+ * $Id: inputmodule.h,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/logging.h

Index: logging.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/logging.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logging.h	2001/09/10 02:30:53	1.1
+++ logging.h	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* logging.h
  * - macros used for logging. #define MODULE before including
  *
+ * $Id: logging.h,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.5       +2 -0      ices/src/metadata.c

Index: metadata.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/metadata.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.c	2001/09/24 03:45:12	1.4
+++ metadata.c	2001/09/25 12:04:22	1.5
@@ -1,6 +1,8 @@
 /* metadata.c
  * - Metadata manipulation
  *
+ * $Id: metadata.c,v 1.5 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.3       +2 -0      ices/src/metadata.h

Index: metadata.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/metadata.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.h	2001/09/23 09:49:03	1.2
+++ metadata.h	2001/09/25 12:04:22	1.3
@@ -1,6 +1,8 @@
 /* metadata.h
  * - metadata stuff.
  *
+ * $Id: metadata.h,v 1.3 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/playlist_basic.c

Index: playlist_basic.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/playlist_basic.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- playlist_basic.c	2001/09/10 02:30:54	1.1
+++ playlist_basic.c	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* playlist_basic.c
  * - Simple built-in unscripted playlist
  *
+ * $Id: playlist_basic.c,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/playlist_basic.h

Index: playlist_basic.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/playlist_basic.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- playlist_basic.h	2001/09/10 02:30:53	1.1
+++ playlist_basic.h	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* playlist_basic.h
  * - Simple unscripted playlist
  *
+ * $Id: playlist_basic.h,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/reencode.c

Index: reencode.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/reencode.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reencode.c	2001/09/10 02:30:54	1.1
+++ reencode.c	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* reencode.c
  * - runtime reencoding of vorbis audio (usually to lower bitrates).
  *
+ * $Id: reencode.c,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/reencode.h

Index: reencode.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/reencode.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reencode.h	2001/09/10 02:30:53	1.1
+++ reencode.h	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* reencode.h
  * - reencoding functions
  *
+ * $Id: reencode.h,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.3       +2 -0      ices/src/savefile.c

Index: savefile.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/savefile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- savefile.c	2001/09/24 06:34:33	1.2
+++ savefile.c	2001/09/25 12:04:22	1.3
@@ -1,6 +1,8 @@
 /* savefile.c
  * - Stream saving to file.
  *
+ * $Id: savefile.c,v 1.3 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.4       +2 -0      ices/src/signals.c

Index: signals.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/signals.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- signals.c	2001/09/24 03:45:12	1.3
+++ signals.c	2001/09/25 12:04:22	1.4
@@ -1,6 +1,8 @@
 /* signals.c
  * - signal handling/setup
  *
+ * $Id: signals.c,v 1.4 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/signals.h

Index: signals.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/signals.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- signals.h	2001/09/10 02:30:51	1.1
+++ signals.h	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* signals.h
  * - signal handling/setup
  *
+ * $Id: signals.h,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.5       +2 -0      ices/src/stream.c

Index: stream.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/stream.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stream.c	2001/09/24 06:34:33	1.4
+++ stream.c	2001/09/25 12:04:22	1.5
@@ -1,6 +1,8 @@
 /* stream.c
  * - Core streaming functions/main loop.
  *
+ * $Id: stream.c,v 1.5 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.2       +2 -0      ices/src/stream.h

Index: stream.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/stream.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stream.h	2001/09/10 02:30:51	1.1
+++ stream.h	2001/09/25 12:04:22	1.2
@@ -1,6 +1,8 @@
 /* stream.h
  * - Core streaming functions/main loop.
  *
+ * $Id: stream.h,v 1.2 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

1.4       +4 -2      ices/src/stream_shared.c

Index: stream_shared.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/stream_shared.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stream_shared.c	2001/09/24 06:34:33	1.3
+++ stream_shared.c	2001/09/25 12:04:22	1.4
@@ -1,6 +1,8 @@
 /* stream_shared.c
  * - Stream utility functions.
  *
+ * $Id: stream_shared.c,v 1.4 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General
@@ -75,7 +77,7 @@
 
         stream->queue->head = stream->queue->head->next;
         if(!stream->queue->head)
-	stream->queue->tail = NULL;
+	    stream->queue->tail = NULL;
 
         free(old);
         stream->queue->length--;
@@ -112,7 +114,7 @@
                         free(buf);
             return ret;
                 }
-		else if(ret==0)
+		else if(ret==0) /* No data produced by reencode */
             return -1;
                 else
                 {

1.3       +2 -0      ices/src/stream_shared.h

Index: stream_shared.h
===================================================================
RCS file: /usr/local/cvsroot/ices/src/stream_shared.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stream_shared.h	2001/09/24 03:45:12	1.2
+++ stream_shared.h	2001/09/25 12:04:22	1.3
@@ -1,6 +1,8 @@
 /* stream.h
  * - Core streaming functions/main loop.
  *
+ * $Id: stream_shared.h,v 1.3 2001/09/25 12:04:22 msmith Exp $
+ *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
  * This program is distributed under the terms of the GNU General

--- >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