diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-28 22:00:46 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-28 22:00:46 +0000 |
commit | 6b17de6f59326442ae6fae80c949d7adc538e095 (patch) | |
tree | 86d54449b54f1f4087339d02745f01e9ff9a015b | |
parent | 89fcdb15a5c6aa62aeefa54db90f0afc643c3b83 (diff) | |
download | xine-lib-6b17de6f59326442ae6fae80c949d7adc538e095.tar.gz xine-lib-6b17de6f59326442ae6fae80c949d7adc538e095.tar.bz2 |
less debugging
CVS patchset: 99
CVS date: 2001/05/28 22:00:46
-rw-r--r-- | src/libac3/xine_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libac3/xine_decoder.c b/src/libac3/xine_decoder.c index b34414bac..29927cee5 100644 --- a/src/libac3/xine_decoder.c +++ b/src/libac3/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.5 2001/05/28 22:00:17 guenter Exp $ + * $Id: xine_decoder.c,v 1.6 2001/05/28 22:00:46 guenter Exp $ * * stuff needed to turn libac3 into a xine decoder plugin */ @@ -124,7 +124,7 @@ void ac3dec_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) { if (this->syncword != 0x0b77) { this->syncword = (this->syncword << 8) | byte; - printf ("syncword: %04x\n", this->syncword); + /* printf ("syncword: %04x\n", this->syncword); */ if (this->syncword == 0x0b77) { |