summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2004-06-07 08:48:33 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2004-06-07 08:48:33 +0000
commitc162657aa51ed11a8699f02bb37449b6ea9ba85b (patch)
treed33d74854d09b8170155ad8228309e60c487f3f6
parent17b7af816644b721b9d46dfecb1f633230c6ef45 (diff)
downloadxine-lib-c162657aa51ed11a8699f02bb37449b6ea9ba85b.tar.gz
xine-lib-c162657aa51ed11a8699f02bb37449b6ea9ba85b.tar.bz2
comment out logging
CVS patchset: 6654 CVS date: 2004/06/07 08:48:33
-rw-r--r--src/libdts/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libdts/xine_decoder.c b/src/libdts/xine_decoder.c
index 3d9ae3fd0..c1daf4b58 100644
--- a/src/libdts/xine_decoder.c
+++ b/src/libdts/xine_decoder.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: xine_decoder.c,v 1.53 2004/06/06 16:41:27 jcdutton Exp $
+ * $Id: xine_decoder.c,v 1.54 2004/06/07 08:48:33 heikos Exp $
*
* 04-09-2001 DTS passtrough (C) Joachim Koenig
* 09-12-2001 DTS passthrough inprovements (C) James Courtier-Dutton
@@ -163,7 +163,7 @@ static void dts_decode_frame (dts_decoder_t *this, int64_t pts, int preview_mode
return;
data_out=(uint8_t *) audio_buffer->mem;
- printf("ac5_pcm_length=%d, ac5_length=%d\n",this->ac5_pcm_length, this->ac5_length);
+ //printf("ac5_pcm_length=%d, ac5_length=%d\n",this->ac5_pcm_length, this->ac5_length);
if (this->ac5_length > 8191) {
xprintf(this->stream->xine, XINE_VERBOSITY_DEBUG, "libdts: ac5_length too long\n");
this->ac5_pcm_length = 0;