[xiph-cvs] cvs commit: ices/src input.c
Michael Smith
msmith at xiph.org
Tue Sep 25 05:13:38 PDT 2001
msmith 01/09/25 05:13:38
Modified: src input.c
Log:
Stupid cut and paste error.
Revision Changes Path
1.5 +1 -30 ices/src/input.c
Index: input.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/input.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- input.c 2001/09/25 12:04:21 1.4
+++ input.c 2001/09/25 12:13:37 1.5
@@ -2,7 +2,7 @@
* - 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 $
+ * $Id: input.c,v 1.5 2001/09/25 12:13:37 msmith Exp $
*
* Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
*
@@ -11,35 +11,6 @@
* 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>
--- >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