[xiph-commits] r15529 - icecast/trunk/icecast/src

ivo at svn.xiph.org ivo at svn.xiph.org
Sun Nov 23 15:31:36 PST 2008


Author: ivo
Date: 2008-11-23 15:31:36 -0800 (Sun, 23 Nov 2008)
New Revision: 15529

Modified:
   icecast/trunk/icecast/src/format_skeleton.c
Log:
Do not allow Skeleton from taking control over the sync marks.  Karl's proposal for the Vorbis+Skeleton issue.

Modified: icecast/trunk/icecast/src/format_skeleton.c
===================================================================
--- icecast/trunk/icecast/src/format_skeleton.c	2008-11-23 01:47:26 UTC (rev 15528)
+++ icecast/trunk/icecast/src/format_skeleton.c	2008-11-23 23:31:36 UTC (rev 15529)
@@ -95,7 +95,6 @@
     codec->name = "Skeleton";
 
     format_ogg_attach_header (ogg_info, page);
-    ogg_info->codec_sync = codec;
     return codec;
 }
 



More information about the commits mailing list