Mercurial > mplayer.hg
changeset 35265:54a706166f5d
Comment out unused code
author | upsuper |
---|---|
date | Tue, 06 Nov 2012 15:53:41 +0000 |
parents | f6a7f07c7d5a |
children | ceb148e1fe31 |
files | stream/asf_streaming.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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"))