[xiph-cvs] cvs commit: icecast/src format.c
Michael Smith
msmith at xiph.org
Tue Feb 19 14:01:52 PST 2002
msmith 02/02/19 14:01:52
Modified: src format.c
Log:
Comment audio/mpeg out until it gets implemented, to avoid segfaults.
Revision Changes Path
1.5 +2 -2 icecast/src/format.c
Index: format.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- format.c 2002/02/11 09:11:17 1.4
+++ format.c 2002/02/19 22:01:51 1.5
@@ -19,8 +19,8 @@
{
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;
}
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list