[MPlayer-cvslog] r35359 - trunk/stream/asf_streaming.c

upsuper subversion at mplayerhq.hu
Tue Nov 6 16:53:41 CET 2012


Author: upsuper
Date: Tue Nov  6 16:53:41 2012
New Revision: 35359

Log:
Comment out unused code

Modified:
   trunk/stream/asf_streaming.c

Modified: trunk/stream/asf_streaming.c
==============================================================================
--- trunk/stream/asf_streaming.c	Tue Nov  6 07:13:12 2012	(r35358)
+++ trunk/stream/asf_streaming.c	Tue Nov  6 16:53:41 2012	(r35359)
@@ -78,6 +78,7 @@ static int asf_streaming_start( stream_t
     int port = stream->streaming_ctrl->url->port;
 
     // Is protocol mms or mmsu?
+    /*
     if (!strcasecmp(proto, "mmsu") || !strcasecmp(proto, "mms"))
     {
 		mp_msg(MSGT_NETWORK,MSGL_V,"Trying ASF/UDP...\n");
@@ -86,6 +87,7 @@ static int asf_streaming_start( stream_t
 		mp_msg(MSGT_NETWORK,MSGL_V,"  ===> ASF/UDP failed\n");
 		if( fd==-2 ) return -1;
 	}
+    */
 
     //Is protocol mms or mmst?
     if (!strcasecmp(proto, "mmst") || !strcasecmp(proto, "mms"))


More information about the MPlayer-cvslog mailing list