summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/demux_mpgaudio.c4
-rw-r--r--src/demuxers/demux_ts.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c
index 9961d5619..17e10c138 100644
--- a/src/demuxers/demux_mpgaudio.c
+++ b/src/demuxers/demux_mpgaudio.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: demux_mpgaudio.c,v 1.32 2002/01/02 18:16:07 jkeil Exp $
+ * $Id: demux_mpgaudio.c,v 1.33 2002/01/13 21:15:48 jcdutton Exp $
*
* demultiplexer for mpeg audio (i.e. mp3) streams
*
@@ -251,6 +251,8 @@ static void *demux_mpgaudio_loop (void *this_gen) {
}
pthread_exit(NULL);
+
+ return NULL;
}
static void demux_mpgaudio_stop (demux_plugin_t *this_gen) {
diff --git a/src/demuxers/demux_ts.c b/src/demuxers/demux_ts.c
index 34c27f219..54bcd6c8e 100644
--- a/src/demuxers/demux_ts.c
+++ b/src/demuxers/demux_ts.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: demux_ts.c,v 1.34 2002/01/09 20:20:45 jcdutton Exp $
+ * $Id: demux_ts.c,v 1.35 2002/01/13 21:15:48 jcdutton Exp $
*
* Demultiplexer for MPEG2 Transport Streams.
*
@@ -728,7 +728,7 @@ static void demux_ts_parse_pmt (demux_ts *this,
return;
}
-#ifdef TS_PMT LOG
+#ifdef TS_PMT_LOG
printf ("ts_demux: have all TS packets for the PMT section\n");
#endif