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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c
index 2fa7d02bbd..6fea80807f 100644
--- a/apps/codecs/mpa.c
+++ b/apps/codecs/mpa.c
@@ -202,7 +202,7 @@ static void set_elapsed(struct mp3entry* id3)
202 * Run the synthesis filter on the COProcessor 202 * Run the synthesis filter on the COProcessor
203 */ 203 */
204 204
205static int mad_synth_thread_stack[DEFAULT_STACK_SIZE/sizeof(int)/2] IBSS_ATTR; 205static int mad_synth_thread_stack[DEFAULT_STACK_SIZE/sizeof(int)] IBSS_ATTR;
206 206
207static const unsigned char * const mad_synth_thread_name = "mp3dec"; 207static const unsigned char * const mad_synth_thread_name = "mp3dec";
208static unsigned int mad_synth_thread_id = 0; 208static unsigned int mad_synth_thread_id = 0;