diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-06 01:13:15 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-06 01:13:15 +0000 |
commit | 2b9d23474d09ab78b87f4b7a42044429fa1f901e (patch) | |
tree | 47aaa538cff23c9e08d30fe977107aab162f64ae /src/xine-engine/audio_decoder.c | |
parent | ce796fdcef045afe5ad3e6c1420895604315e744 (diff) | |
download | xine-lib-2b9d23474d09ab78b87f4b7a42044429fa1f901e.tar.gz xine-lib-2b9d23474d09ab78b87f4b7a42044429fa1f901e.tar.bz2 |
nothing here (just small debug message updates)
CVS patchset: 3431
CVS date: 2002/12/06 01:13:15
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index 68a93f1a0..3a42a2369 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.90 2002/11/29 17:25:26 mroi Exp $ + * $Id: audio_decoder.c,v 1.91 2002/12/06 01:13:15 miguelfreitas Exp $ * * * functions that implement audio decoding @@ -102,8 +102,10 @@ void *audio_decoder_loop (void *stream_gen) { stream->finished_count_audio++; +#ifdef LOG printf ("audio_decoder: reached end marker # %d\n", stream->finished_count_audio); +#endif pthread_cond_broadcast (&stream->counter_changed); |