summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index b15d462b0e..29836dd14e 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2000,6 +2000,9 @@ static void mpeg_thread(void)
2000 break; 2000 break;
2001 2001
2002 case MPEG_INIT_PLAYBACK: 2002 case MPEG_INIT_PLAYBACK:
2003 /* Stop the prerecording */
2004 stop_recording();
2005
2003 mp3_play_init(); 2006 mp3_play_init();
2004 mpeg_mode = MPEG_DECODER; 2007 mpeg_mode = MPEG_DECODER;
2005 2008