diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-11-12 22:36:06 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-11-12 22:36:06 +0000 |
| commit | 5afd4aad26f109f317c9a50da883973090214e0d (patch) | |
| tree | 28cd3836bebb7afd1fc58197721ded85e3a697b7 | |
| parent | 84c6fd96a6b7437b9e7250db52ca19b828b0b3bf (diff) | |
| download | rockbox-5afd4aad26f109f317c9a50da883973090214e0d.zip rockbox-5afd4aad26f109f317c9a50da883973090214e0d.tar.gz rockbox-5afd4aad26f109f317c9a50da883973090214e0d.tar.bz2 rockbox-5afd4aad26f109f317c9a50da883973090214e0d.tar.xz | |
No stops MP3 playback when entering the recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2841 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/recorder/recording.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 6c51cf7..008e64b 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -129,6 +129,7 @@ bool recording_screen(void) bool have_recorded = false; cursor = 0; + mpeg_stop(); mpeg_init_recording(); status_set_playmode(STATUS_STOP); |