changeset 536:a61e18a4a84a trunk

[svn] - kill dumb debug notice
author nenolod
date Tue, 23 Jan 2007 04:34:30 -0800
parents 471da4165100
children e55f789573e3
files ChangeLog src/vorbis/vorbis.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 23 04:33:51 2007 -0800
+++ b/ChangeLog	Tue Jan 23 04:34:30 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-23 12:33:51 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1156]
+  - make sure g_mutex_unlock(vf_mutex); is done
+  
+  trunk/src/vorbis/vorbis.c |    7 ++-----
+  1 file changed, 2 insertions(+), 5 deletions(-)
+
+
 2007-01-23 12:31:53 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1154]
   - support ice-name: icecast2 header
--- a/src/vorbis/vorbis.c	Tue Jan 23 04:33:51 2007 -0800
+++ b/src/vorbis/vorbis.c	Tue Jan 23 04:34:30 2007 -0800
@@ -517,7 +517,6 @@
             do_seek();
 
         if (vorbis_eos) {
-	    g_print("vorbis_eos true\n");
             xmms_usleep(20000);
             continue;
         }