From bd2c24c244cdf8aaa9bad9d6494bbeb010b4d7e4 Mon Sep 17 00:00:00 2001 From: Andreas Heinchen Date: Sun, 4 May 2003 17:29:36 +0000 Subject: forgot to remove a printf CVS patchset: 4767 CVS date: 2003/05/04 17:29:36 --- src/demuxers/demux_ogg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c index 3d0b5fc61..87c2dae46 100644 --- a/src/demuxers/demux_ogg.c +++ b/src/demuxers/demux_ogg.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_ogg.c,v 1.92 2003/05/04 16:38:22 heinchen Exp $ + * $Id: demux_ogg.c,v 1.93 2003/05/04 17:29:36 heinchen Exp $ * * demultiplexer for ogg streams * @@ -1174,7 +1174,6 @@ static void demux_ogg_dispose (demux_plugin_t *this_gen) { int i; for (i=0; inum_streams; i++) { - printf ("freeing stream %d\n",i); ogg_stream_clear(&this->oss[i]); } -- cgit v1.2.3