[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.43,1.44

Bertrand Baudet bertrand at mplayerhq.hu
Tue Apr 30 19:55:29 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv16276/libmpdemux

Modified Files:
	network.c 
Log Message:
Added ICY error 400: Server full.


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- network.c	30 Apr 2002 16:58:54 -0000	1.43
+++ network.c	30 Apr 2002 17:55:06 -0000	1.44
@@ -434,6 +434,9 @@
 						*file_format = DEMUXER_TYPE_AUDIO;
 						return 0;
 					}
+					case 400: // Server Full
+						mp_msg(MSGT_NETWORK,MSGL_ERR,"Error: ICY-Server is full, skipping!\n");
+						return -1;
 					case 401: // Service Unavailable
 						mp_msg(MSGT_NETWORK,MSGL_ERR,"Error: ICY-Server return service unavailable, skipping!\n");
 						return -1;




More information about the MPlayer-cvslog mailing list