mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Comment audio/mpeg out until it gets implemented, to avoid segfaults.
svn path=/trunk/icecast/; revision=3076
This commit is contained in:
parent
1a3824ff89
commit
cb9de1ee2a
@ -19,8 +19,8 @@ format_type_t format_get_type(char *contenttype)
|
|||||||
{
|
{
|
||||||
if(strcmp(contenttype, "application/x-ogg") == 0)
|
if(strcmp(contenttype, "application/x-ogg") == 0)
|
||||||
return FORMAT_TYPE_VORBIS;
|
return FORMAT_TYPE_VORBIS;
|
||||||
else if(strcmp(contenttype, "audio/mpeg") == 0)
|
/* else if(strcmp(contenttype, "audio/mpeg") == 0)
|
||||||
return FORMAT_TYPE_MP3;
|
return FORMAT_TYPE_MP3; */
|
||||||
else
|
else
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user