summaryrefslogtreecommitdiff
path: root/apps/plugins/mp3_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mp3_encoder.c')
-rw-r--r--apps/plugins/mp3_encoder.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c
index d26500819b..392fc36d31 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -15,8 +15,6 @@
15#include "plugin.h" 15#include "plugin.h"
16 16
17 17
18PLUGIN_IRAM_DECLARE
19
20#define SAMP_PER_FRAME 1152 18#define SAMP_PER_FRAME 1152
21#define SAMPL2 576 19#define SAMPL2 576
22#define SBLIMIT 32 20#define SBLIMIT 32
@@ -2504,8 +2502,6 @@ enum plugin_status plugin_start(const void* parameter)
2504 if (parameter == NULL) 2502 if (parameter == NULL)
2505 return PLUGIN_ERROR; 2503 return PLUGIN_ERROR;
2506 2504
2507 PLUGIN_IRAM_INIT(rb)
2508
2509 enc_buffer = rb->plugin_get_audio_buffer(&enc_buffer_size); 2505 enc_buffer = rb->plugin_get_audio_buffer(&enc_buffer_size);
2510 2506
2511#ifdef CPU_COLDFIRE 2507#ifdef CPU_COLDFIRE