summaryrefslogtreecommitdiff
path: root/include/vorbis/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vorbis/codec.h')
-rw-r--r--include/vorbis/codec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vorbis/codec.h b/include/vorbis/codec.h
index 617f7f4d..5a954dd0 100644
--- a/include/vorbis/codec.h
+++ b/include/vorbis/codec.h
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * by the Xiph.Org Foundation http://www.xiph.org/ *
********************************************************************
@@ -198,6 +198,7 @@ extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,
ogg_packet *op);
/* Vorbis PRIMITIVES: synthesis layer *******************************/
+extern int vorbis_synthesis_idheader(ogg_packet *op);
extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
ogg_packet *op);