diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-02 17:55:51 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-02 17:55:51 +0000 |
| commit | d50ed1248de6f347e928bae349c3393696a0383f (patch) | |
| tree | d64b512335bba1238e443c5718dbe9365558c834 | |
| parent | 837c1e3cada21a08dde006f7cd60dce7923901d2 (diff) | |
| download | rockbox-d50ed1248de6f347e928bae349c3393696a0383f.zip rockbox-d50ed1248de6f347e928bae349c3393696a0383f.tar.gz rockbox-d50ed1248de6f347e928bae349c3393696a0383f.tar.bz2 rockbox-d50ed1248de6f347e928bae349c3393696a0383f.tar.xz | |
The last small fix to the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6990 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/playback.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c index ee060ed..d586612 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -1422,6 +1422,9 @@ void audio_play(int offset) ci.stop_codec = true; if (!pcm_crossfade_init()) pcm_flush_audio(); + else + codec_track_changed(); + pcm_play_pause(true); paused = false; queue_post(&audio_queue, AUDIO_PLAY, (void *)offset); |