From 3069945bc18a16943a9ba33db829689974345656 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Mon, 7 Jun 2004 11:03:18 +0000 Subject: Remove a line I forgot to remove earlier. CVS patchset: 6655 CVS date: 2004/06/07 11:03:18 --- src/libdts/xine_decoder.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/libdts/xine_decoder.c b/src/libdts/xine_decoder.c index c1daf4b58..165f68fd2 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.54 2004/06/07 08:48:33 heikos Exp $ + * $Id: xine_decoder.c,v 1.55 2004/06/07 11:03:18 jcdutton Exp $ * * 04-09-2001 DTS passtrough (C) Joachim Koenig * 09-12-2001 DTS passthrough inprovements (C) James Courtier-Dutton @@ -163,7 +163,6 @@ 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); if (this->ac5_length > 8191) { xprintf(this->stream->xine, XINE_VERBOSITY_DEBUG, "libdts: ac5_length too long\n"); this->ac5_pcm_length = 0; -- cgit v1.2.3