[MPlayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c, 1.31, 1.32
Nico Sabbi
nsabbi at tiscali.it
Fri Jun 3 18:08:13 CEST 2005
Alex Beregszaszi wrote:
>CVS change done by Alex Beregszaszi
>
>Update of /cvsroot/mplayer/main/libmpdemux
>In directory mail:/var2/tmp/cvs-serv7297
>
>Modified Files:
> asf_mmst_streaming.c
>Log Message:
>some debugging code
>
>Index: asf_mmst_streaming.c
>===================================================================
>RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
>retrieving revision 1.31
>retrieving revision 1.32
>diff -u -r1.31 -r1.32
>--- asf_mmst_streaming.c 3 Jun 2005 15:33:25 -0000 1.31
>+++ asf_mmst_streaming.c 3 Jun 2005 15:59:24 -0000 1.32
>@@ -343,7 +343,20 @@
> }
>
> } else {
>+#if 0
>+ int b = i;
>+ printf ("unknown object (guid: %016llx, %016llx, len: %lld)\n", guid_1, guid_2, length);
>+ for (; b < length; b++)
>+ {
>+ if (isascii(header[b]) || isalpha(header[b]))
>+ printf("%c ", header[b]);
>+ else
>+ printf("%x ", header[b]);
>+ }
>+ printf("\n");
>+#else
> mp_msg(MSGT_NETWORK,MSGL_WARN,"unknown object\n");
>+#endif
> }
>
> // mp_msg(MSGT_NETWORK,MSGL_INFO,"length : %lld\n", length);
>
>
>
few minutes ago I committed a patch to this file that got rid of printf().
Can you clean your patch, please?
More information about the MPlayer-cvslog
mailing list