diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-01 18:38:10 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-01 18:38:10 +0000 |
| commit | c520d69f68b26ab3dc074b923071ff3fca6ef952 (patch) | |
| tree | e26b7d844f4a25f433dce1839a07063c0446cf1c /apps | |
| parent | bbd42ad80b8627a8d5d74cbbe895e86164d5feda (diff) | |
| download | rockbox-c520d69f68b26ab3dc074b923071ff3fca6ef952.zip rockbox-c520d69f68b26ab3dc074b923071ff3fca6ef952.tar.gz rockbox-c520d69f68b26ab3dc074b923071ff3fca6ef952.tar.bz2 rockbox-c520d69f68b26ab3dc074b923071ff3fca6ef952.tar.xz | |
Fixed codec switching.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6974 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/playback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index e504ef5..c133e46 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -954,7 +954,7 @@ void initialize_buffer_fill(void) fill_bytesleft = codecbuflen - codecbufused; - tracks[track_widx].start_pos = ci.curpos; + cur_ti->start_pos = ci.curpos; if (filling) return ; |