[Mplayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c,1.6,1.7

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 30 15:10:56 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv16088

Modified Files:
	asf_mmst_streaming.c 
Log Message:
debug printf


Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- asf_mmst_streaming.c	29 Oct 2002 09:18:53 -0000	1.6
+++ asf_mmst_streaming.c	30 Oct 2002 14:10:36 -0000	1.7
@@ -356,7 +356,7 @@
 
     command = get_32 (data, 24) & 0xFFFF;
 
-    printf ("\ncommand packet detected, len=%d  cmd=0x%X\n", packet_len, command);
+//    printf ("\ncommand packet detected, len=%d  cmd=0x%X\n", packet_len, command);
 
     if (command == 0x1b) 
       send_command (s, 0x1b, 0, 0, 0, data);




More information about the MPlayer-cvslog mailing list