Mercurial > mplayer.hg
changeset 5867:bcaf7af53056
ICY found (mp3 stream) != sucess.
author | albeu |
---|---|
date | Sat, 27 Apr 2002 19:15:18 +0000 |
parents | 0f5f626e5151 |
children | ad8124c9d462 |
files | libmpdemux/network.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/network.c Sat Apr 27 18:46:38 2002 +0000 +++ b/libmpdemux/network.c Sat Apr 27 19:15:18 2002 +0000 @@ -418,7 +418,6 @@ 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 ) {