summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-06-22 13:40:38 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-06-22 13:40:38 +0000
commitf419f7b735973f7694bf587ce025cb1b5740ae8b (patch)
treeecb74d3f731f57d1ce354beedd59b9d1b93428cc /src
parent1dc8c9e08fb947bced01c7812e32ec3dfa48add6 (diff)
downloadxine-lib-f419f7b735973f7694bf587ce025cb1b5740ae8b.tar.gz
xine-lib-f419f7b735973f7694bf587ce025cb1b5740ae8b.tar.bz2
ao_fill_gap already outputs a message
CVS patchset: 2129 CVS date: 2002/06/22 13:40:38
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/audio_out.c3
1 files changed, 1 insertions, 2 deletions
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 <andy@alsaplayer.org>
@@ -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;