Added ICY error 400: Server full.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5917 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bertrand 2002-04-30 17:55:06 +00:00
parent f76db05d53
commit eebae88d07
1 changed files with 3 additions and 0 deletions

View File

@ -434,6 +434,9 @@ extension=NULL;
*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;