summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/ivorbiscodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/ivorbiscodec.h')
-rw-r--r--apps/codecs/libtremor/ivorbiscodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libtremor/ivorbiscodec.h b/apps/codecs/libtremor/ivorbiscodec.h
index c651aadb53..f59d79194e 100644
--- a/apps/codecs/libtremor/ivorbiscodec.h
+++ b/apps/codecs/libtremor/ivorbiscodec.h
@@ -166,6 +166,7 @@ extern int vorbis_block_clear(vorbis_block *vb);
166extern void vorbis_dsp_clear(vorbis_dsp_state *v); 166extern void vorbis_dsp_clear(vorbis_dsp_state *v);
167 167
168/* Vorbis PRIMITIVES: synthesis layer *******************************/ 168/* Vorbis PRIMITIVES: synthesis layer *******************************/
169extern int vorbis_synthesis_idheader(ogg_packet *op);
169extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc, 170extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
170 ogg_packet *op); 171 ogg_packet *op);
171 172