Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
cb9de1ee
Commit
cb9de1ee
authored
Feb 19, 2002
by
Michael Smith
Browse files
Comment audio/mpeg out until it gets implemented, to avoid segfaults.
svn path=/trunk/icecast/; revision=3076
parent
1a3824ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/format.c
View file @
cb9de1ee
...
...
@@ -19,8 +19,8 @@ format_type_t format_get_type(char *contenttype)
{
if
(
strcmp
(
contenttype
,
"application/x-ogg"
)
==
0
)
return
FORMAT_TYPE_VORBIS
;
else
if
(
strcmp
(
contenttype
,
"audio/mpeg"
)
==
0
)
return
FORMAT_TYPE_MP3
;
/*
else if(strcmp(contenttype, "audio/mpeg") == 0)
return FORMAT_TYPE_MP3;
*/
else
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment