summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_str.c')
-rw-r--r--src/demuxers/demux_str.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/demuxers/demux_str.c b/src/demuxers/demux_str.c
index 2447a8b1a..5591a0c6a 100644
--- a/src/demuxers/demux_str.c
+++ b/src/demuxers/demux_str.c
@@ -22,7 +22,7 @@
* This demuxer handles either raw STR files (which are just a concatenation
* of raw compact disc sectors) or STR files with RIFF headers.
*
- * $Id: demux_str.c,v 1.7 2003/03/07 12:51:48 guenter Exp $
+ * $Id: demux_str.c,v 1.8 2003/04/02 03:20:42 tmmm Exp $
*/
/* CD-XA format:
@@ -166,11 +166,6 @@ typedef struct {
input_plugin_t *input;
- pthread_t thread;
- int thread_running;
- pthread_mutex_t mutex;
- int send_end_buffers;
-
off_t data_start;
off_t data_size;
off_t current_pos;