# HG changeset patch # User upsuper # Date 1352217221 0 # Node ID 54a706166f5d609a6e9bc9eabcd25b424d915da4 # Parent f6a7f07c7d5aca7f41a0dd277625a6171d72ae9a Comment out unused code diff -r f6a7f07c7d5a -r 54a706166f5d stream/asf_streaming.c --- 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"))