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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c
index f248744..2fa7d02 100644
--- a/apps/codecs/mpa.c
+++ b/apps/codecs/mpa.c
@@ -278,12 +278,12 @@ static void mad_synth_thread_quit(void)
#else
static inline void mad_synth_thread_ready(void)
{
- mad_synth_frame(&synth, &frame);
+ mad_synth_frame(&synth, &frame);
}
static inline bool mad_synth_thread_create(void)
{
- return true;
+ return true;
}
static inline void mad_synth_thread_quit(void)