summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mpeg_audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mpeg_audio.h')
-rw-r--r--src/devices/sound/mpeg_audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/mpeg_audio.h b/src/devices/sound/mpeg_audio.h
index 4641dd9beb0..53738671c16 100644
--- a/src/devices/sound/mpeg_audio.h
+++ b/src/devices/sound/mpeg_audio.h
@@ -92,6 +92,7 @@ private:
double subbuffer[2][32];
double audio_buffer[2][32*32];
int audio_buffer_pos[2];
+ double m_cos_cache[32][32];
int current_pos, current_limit;