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 fb451f6868..17b15e5d83 100644
--- a/apps/codecs/Tremor/block.c
+++ b/apps/codecs/Tremor/block.c
@@ -256,6 +256,7 @@ void vorbis_dsp_clear(vorbis_dsp_state *v){
256 block. The time domain envelope is not yet handled at the point of 256 block. The time domain envelope is not yet handled at the point of
257 calling (as it relies on the previous block). */ 257 calling (as it relies on the previous block). */
258 258
259int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb) ICODE_ATTR;
259int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){ 260int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){
260 vorbis_info *vi=v->vi; 261 vorbis_info *vi=v->vi;
261 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; 262 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup;