summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index b15d462..29836dd 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2000,6 +2000,9 @@ static void mpeg_thread(void)
break;
case MPEG_INIT_PLAYBACK:
+ /* Stop the prerecording */
+ stop_recording();
+
mp3_play_init();
mpeg_mode = MPEG_DECODER;