[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.39,1.40
Alban Bedel CVS
albeu at mplayerhq.hu
Sat Apr 27 21:15:21 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv29656/libmpdemux
Modified Files:
network.c
Log Message:
ICY found (mp3 stream) != sucess.
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- network.c 23 Feb 2002 21:22:55 -0000 1.39
+++ network.c 27 Apr 2002 19:15:18 -0000 1.40
@@ -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 ) {
More information about the MPlayer-cvslog
mailing list