summaryrefslogtreecommitdiff
path: root/apps/codecs/mpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/mpa.c')
-rw-r--r--apps/codecs/mpa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c
index 7beecd9edb..9970d57240 100644
--- a/apps/codecs/mpa.c
+++ b/apps/codecs/mpa.c
@@ -114,9 +114,6 @@ enum codec_status codec_start(struct codec_api* api)
114 ci->memset(&Synth, 0, sizeof(struct mad_synth)); 114 ci->memset(&Synth, 0, sizeof(struct mad_synth));
115 ci->memset(&Timer, 0, sizeof(mad_timer_t)); 115 ci->memset(&Timer, 0, sizeof(mad_timer_t));
116 116
117#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
118 mcf5249_init_mac();
119#endif
120 mad_stream_init(&Stream); 117 mad_stream_init(&Stream);
121 mad_frame_init(&Frame); 118 mad_frame_init(&Frame);
122 mad_synth_init(&Synth); 119 mad_synth_init(&Synth);