summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/synthesis.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/synthesis.c')
-rw-r--r--apps/codecs/Tremor/synthesis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/synthesis.c b/apps/codecs/Tremor/synthesis.c
index 081ac9adcd..c7f0bb6cc5 100644
--- a/apps/codecs/Tremor/synthesis.c
+++ b/apps/codecs/Tremor/synthesis.c
@@ -35,6 +35,7 @@
35static ogg_int32_t *ipcm_vect[CHANNELS] IBSS_ATTR; 35static ogg_int32_t *ipcm_vect[CHANNELS] IBSS_ATTR;
36static ogg_int32_t ipcm_buff[CHANNELS*IRAM_PCM_END] IBSS_ATTR LINE_ATTR; 36static ogg_int32_t ipcm_buff[CHANNELS*IRAM_PCM_END] IBSS_ATTR LINE_ATTR;
37 37
38int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep) ICODE_ATTR;
38int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep){ 39int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep){
39 vorbis_dsp_state *vd=vb->vd; 40 vorbis_dsp_state *vd=vb->vd;
40 private_state *b=(private_state *)vd->backend_state; 41 private_state *b=(private_state *)vd->backend_state;