diff stream/asf_streaming.c @ 35265:54a706166f5d

Comment out unused code
author upsuper
date Tue, 06 Nov 2012 15:53:41 +0000
parents b39155e98ac3
children 8f6d3f8ffa61
line wrap: on
line diff
--- a/stream/asf_streaming.c	Tue Nov 06 06:13:12 2012 +0000
+++ b/stream/asf_streaming.c	Tue Nov 06 15:53:41 2012 +0000
@@ -78,6 +78,7 @@
     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 @@
 		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"))