100l for me

Ftp fix patch was committed commented out.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-05-03 18:19:16 +00:00
parent f34778efd2
commit 44e29e79a5
1 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ if(strncmp("dvd://",filename,6) == 0){
#endif
}
stream=new_stream(f,STREAMTYPE_STREAM);
// if (strcmp(url->protocol, "ftp")) { // ftp is handled somewhere else
if (strcmp(url->protocol, "ftp")) { // ftp is handled somewhere else
if( streaming_start( stream, file_format, url )<0){
mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_UnableOpenURL, filename);
url_free(url);
@ -535,7 +535,7 @@ if(strncmp("dvd://",filename,6) == 0){
mp_msg(MSGT_OPEN,MSGL_INFO,MSGTR_ConnToServer, url->hostname );
url_free(url);
return stream;
// }
}
}
}
#endif