diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-12 17:33:34 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-12 17:33:34 +0000 |
commit | 351db40c64b02835f48bb299295c49deac775997 (patch) | |
tree | 62104dc929dcc94e5d360df9df8d4c806be3d775 /src/xine-engine/audio_decoder.c | |
parent | 8c790a575f88c44c8ef9ee2ade5a35bca60ca6fa (diff) | |
download | xine-lib-351db40c64b02835f48bb299295c49deac775997.tar.gz xine-lib-351db40c64b02835f48bb299295c49deac775997.tar.bz2 |
small libmad debug output cleanup
CVS patchset: 624
CVS date: 2001/09/12 17:33:34
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index 79f79b17b..eeb542619 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_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: audio_decoder.c,v 1.37 2001/09/11 09:03:51 jkeil Exp $ + * $Id: audio_decoder.c,v 1.38 2001/09/12 17:33:34 guenter Exp $ * * * functions that implement audio decoding @@ -193,9 +193,12 @@ void *audio_decoder_loop (void *this_gen) { } - /* printf ("audio_loop: sending data to decoder\n"); */ + /* printf ("audio_loop: sending data to decoder\n"); */ decoder->decode_data (decoder, buf); + + /* printf ("audio_loop: decoding is done\n"); */ + } } } else |