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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libtremor/ivorbiscodec.h b/apps/codecs/libtremor/ivorbiscodec.h
index 5bc33aaea5..23b62c48bd 100644
--- a/apps/codecs/libtremor/ivorbiscodec.h
+++ b/apps/codecs/libtremor/ivorbiscodec.h
@@ -79,7 +79,9 @@ typedef struct vorbis_dsp_state{
79 void *backend_state; 79 void *backend_state;
80 80
81 ogg_int32_t *first_pcm; /* PCM buffer (for normal RAM or IRAM)*/ 81 ogg_int32_t *first_pcm; /* PCM buffer (for normal RAM or IRAM)*/
82#ifdef TREMOR_USE_IRAM
82 ogg_int32_t *iram_double_pcm; /* PCM 2nd buffer for IRAM */ 83 ogg_int32_t *iram_double_pcm; /* PCM 2nd buffer for IRAM */
84#endif
83 bool reset_pcmb; 85 bool reset_pcmb;
84} vorbis_dsp_state; 86} vorbis_dsp_state;
85 87