[xiph-cvs] cvs commit: icecast/src cfgfile.c

Karl Heyes karl at xiph.org
Mon Nov 17 16:59:51 PST 2003



karl        03/11/17 19:59:51

  Modified:    src      cfgfile.c
  Log:
  if relay is for an mp3 stream, then get inline metadata by default if
  possible

Revision  Changes    Path
1.3       +1 -0      icecast/src/cfgfile.c

Index: cfgfile.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/cfgfile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfgfile.c	18 Nov 2003 00:49:59 -0000	1.2
+++ cfgfile.c	18 Nov 2003 00:59:51 -0000	1.3
@@ -497,6 +497,7 @@
         configuration->relay = relay;
 
     relay->next = NULL;
+    relay->mp3metadata = 1;
 
     do {
         if (node == NULL) break;

<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