summaryrefslogtreecommitdiff
path: root/ivorbiscodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ivorbiscodec.h')
-rw-r--r--ivorbiscodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ivorbiscodec.h b/ivorbiscodec.h
index 40a9c47..25e6509 100644
--- a/ivorbiscodec.h
+++ b/ivorbiscodec.h
@@ -171,7 +171,8 @@ extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
extern int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi);
extern int vorbis_synthesis_restart(vorbis_dsp_state *v);
-extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep);
+extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op);
+extern int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op);
extern int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb);
extern int vorbis_synthesis_pcmout(vorbis_dsp_state *v,ogg_int32_t ***pcm);
extern int vorbis_synthesis_read(vorbis_dsp_state *v,int samples);