Bugfix: Prevent spurious bitswap when switching from recording to playback. This caused erratic voice UI behaviour under certain conditions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8148 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-12-04 16:37:38 +00:00
parent 8c800cf59a
commit 3f11ff6270

View file

@ -2023,6 +2023,7 @@ static void mpeg_thread(void)
case MPEG_INIT_PLAYBACK:
/* Stop the prerecording */
stop_recording();
reset_mp3_buffer();
mp3_play_init();
init_playback_done = true;
break;