summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Zuehlke <andruil@users.sourceforge.net>2004-01-13 09:40:44 +0000
committerMarco Zuehlke <andruil@users.sourceforge.net>2004-01-13 09:40:44 +0000
commitd5c309aa0d71ec2740f15a638a1667790bd27de9 (patch)
treea02212be343da15865a48a1be1a1c2f57fecf72b /src
parent5e9e74fa1d27b7794c9c3fd635b41219bf34a2eb (diff)
downloadxine-lib-d5c309aa0d71ec2740f15a638a1667790bd27de9.tar.gz
xine-lib-d5c309aa0d71ec2740f15a638a1667790bd27de9.tar.bz2
remove debug output
CVS patchset: 6038 CVS date: 2004/01/13 09:40:44
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_ogg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index a5c4d4d57..e5227c82b 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -19,7 +19,7 @@
*/
/*
- * $Id: demux_ogg.c,v 1.133 2004/01/12 17:35:15 miguelfreitas Exp $
+ * $Id: demux_ogg.c,v 1.134 2004/01/13 09:40:44 andruil Exp $
*
* demultiplexer for ogg streams
*
@@ -1352,7 +1352,7 @@ static int demux_ogg_send_chunk (demux_plugin_t *this_gen) {
static void demux_ogg_dispose (demux_plugin_t *this_gen) {
demux_ogg_t *this = (demux_ogg_t *) this_gen;
int i;
- printf("Displose num_streams:%d\n", this->num_streams);
+
for (i=0; i<this->num_streams; i++) {
ogg_stream_clear(&this->si[i]->oss);