mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 13:47:39 +00:00
ICY found (mp3 stream) != sucess.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5868 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d152232ab
commit
89345ecadf
@ -418,7 +418,6 @@ extension=NULL;
|
||||
if( !strcasecmp(http_hdr->protocol, "ICY") ) {
|
||||
// Ok, we have detected an mp3 streaming
|
||||
*file_format = DEMUXER_TYPE_AUDIO;
|
||||
return 0;
|
||||
}
|
||||
|
||||
switch( http_hdr->status_code ) {
|
||||
|
Loading…
Reference in New Issue
Block a user