summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-06-07 11:03:18 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-06-07 11:03:18 +0000
commit3069945bc18a16943a9ba33db829689974345656 (patch)
treea2796571cebf479e3eabbc7512ed08fa983980ce
parentc162657aa51ed11a8699f02bb37449b6ea9ba85b (diff)
downloadxine-lib-3069945bc18a16943a9ba33db829689974345656.tar.gz
xine-lib-3069945bc18a16943a9ba33db829689974345656.tar.bz2
Remove a line I forgot to remove earlier.
CVS patchset: 6655 CVS date: 2004/06/07 11:03:18
-rw-r--r--src/libdts/xine_decoder.c3
1 files changed, 1 insertions, 2 deletions
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;