mirror of https://github.com/mpv-player/mpv
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:
parent
f34778efd2
commit
44e29e79a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue