1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Do not allow Skeleton from taking control over the sync marks. Karl's proposal for the Vorbis+Skeleton issue.

svn path=/icecast/trunk/icecast/; revision=15529
This commit is contained in:
ivo 2008-11-23 23:31:36 +00:00
parent 3addc16981
commit cf3e3c8011

View File

@ -95,7 +95,6 @@ ogg_codec_t *initial_skeleton_page (format_plugin_t *plugin, ogg_page *page)
codec->name = "Skeleton";
format_ogg_attach_header (ogg_info, page);
ogg_info->codec_sync = codec;
return codec;
}