summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/block.c')
-rw-r--r--apps/codecs/Tremor/block.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/block.c b/apps/codecs/Tremor/block.c
index 17b15e5d83..ac19f3a317 100644
--- a/apps/codecs/Tremor/block.c
+++ b/apps/codecs/Tremor/block.c
@@ -459,6 +459,7 @@ int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){
459} 459}
460 460
461/* pcm==NULL indicates we just want the pending samples, no more */ 461/* pcm==NULL indicates we just want the pending samples, no more */
462int vorbis_synthesis_pcmout(vorbis_dsp_state *v,ogg_int32_t ***pcm) ICODE_ATTR;
462int vorbis_synthesis_pcmout(vorbis_dsp_state *v,ogg_int32_t ***pcm){ 463int vorbis_synthesis_pcmout(vorbis_dsp_state *v,ogg_int32_t ***pcm){
463 vorbis_info *vi=v->vi; 464 vorbis_info *vi=v->vi;
464 if(v->pcm_returned>-1 && v->pcm_returned<v->pcm_current){ 465 if(v->pcm_returned>-1 && v->pcm_returned<v->pcm_current){