[xiph-commits] r7996 - icecast/branches/kh/icecast/src
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Wed Oct 13 12:04:47 PDT 2004
Author: karl
Date: 2004-10-13 12:04:47 -0700 (Wed, 13 Oct 2004)
New Revision: 7996
Modified:
icecast/branches/kh/icecast/src/format_vorbis.c
Log:
silly compile error on optional module
Modified: icecast/branches/kh/icecast/src/format_vorbis.c
===================================================================
--- icecast/branches/kh/icecast/src/format_vorbis.c 2004-10-13 11:43:51 UTC (rev 7995)
+++ icecast/branches/kh/icecast/src/format_vorbis.c 2004-10-13 19:04:47 UTC (rev 7996)
@@ -226,7 +226,7 @@
}
if (get_ogg_page (&source_vorbis->out_os, &page) > 0)
{
- refbuf *header;
+ refbuf_t *header;
/* printf ("got audio page %lld\n", ogg_page_granulepos (&page)); */
/* squeeze a page copy into a buffer */
source_vorbis->samples_in_page -= (ogg_page_granulepos (&page) - source_vorbis->prev_page_samples);
More information about the commits
mailing list