mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonMultimedi


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonMultimedia.ml
Date: Sat, 19 Nov 2005 12:19:46 -0500

Index: mldonkey/src/daemon/common/commonMultimedia.ml
diff -u mldonkey/src/daemon/common/commonMultimedia.ml:1.10 
mldonkey/src/daemon/common/commonMultimedia.ml:1.11
--- mldonkey/src/daemon/common/commonMultimedia.ml:1.10 Sun Oct 16 20:42:50 2005
+++ mldonkey/src/daemon/common/commonMultimedia.ml      Sat Nov 19 17:19:45 2005
@@ -199,8 +199,6 @@
   ) s;
   try
     let n = int_of_string !str in
-    Printf.printf "get_audio_codec: %d [%s]\n" n !str;
-    flush stdout;
     match n with
       1 -> "pcm"
     | 55 -> "mp3"
@@ -278,7 +276,7 @@
   seek_in ic (pos+10);
   really_input ic serial_number 0 4;
   let stream_number = read32 serial_number in
-  Printf.printf "Stream Serial Number: %0.f\n" stream_number;
+  lprintf "Stream Serial Number: %0.f\n" stream_number;
 *)
   seek_in ic (pos+24);
   let content_type = String.create 1 in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]