From f419f7b735973f7694bf587ce025cb1b5740ae8b Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 22 Jun 2002 13:40:38 +0000 Subject: ao_fill_gap already outputs a message CVS patchset: 2129 CVS date: 2002/06/22 13:40:38 --- src/xine-engine/audio_out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c index 4933eff72..47f440933 100644 --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -17,7 +17,7 @@ * along with self program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.c,v 1.58 2002/06/19 23:45:50 tmattern Exp $ + * $Id: audio_out.c,v 1.59 2002/06/22 13:40:38 mroi Exp $ * * 22-8-2001 James imported some useful AC3 sections from the previous alsa driver. * (c) 2001 Andy Lo A Foe @@ -361,7 +361,6 @@ static void *ao_loop (void *this_gen) { /* for big gaps output silence */ if ( gap > AO_MAX_GAP ) { - printf ("audio_out: ao_fill_gap\n"); if (this->metronom->allow_full_ao_fill_gap) { ao_fill_gap (this, gap); this->metronom->allow_full_ao_fill_gap = 0; -- cgit v1.2.3