summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-07-31 06:12:53 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-07-31 06:12:53 +0000
commit513cafec7ee880c5b86521e590b070c1bddc8e01 (patch)
tree828be797c8bc0a17f1d7dc4c968545c24a87aa63 /apps/playback.h
parente7f7899c8e55c18394fe5867477ef471bce092fe (diff)
downloadrockbox-513cafec7ee880c5b86521e590b070c1bddc8e01.tar.gz
rockbox-513cafec7ee880c5b86521e590b070c1bddc8e01.zip
Checked the rebuffering code. Might fix buffers desyncing and a system
crash. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10373 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.h b/apps/playback.h
index c0d9869dab..2f4e19b04f 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -42,7 +42,7 @@ struct track_info {
42 size_t codecsize; /* Codec length in bytes */ 42 size_t codecsize; /* Codec length in bytes */
43 bool has_codec; /* Does this track have a codec on the buffer */ 43 bool has_codec; /* Does this track have a codec on the buffer */
44 44
45 size_t buf_idx; /* Pointer to the track's buffer */ 45 // size_t buf_idx; /* Pointer to the track's buffer */
46 size_t filerem; /* Remaining bytes of file NOT in buffer */ 46 size_t filerem; /* Remaining bytes of file NOT in buffer */
47 size_t filesize; /* File total length */ 47 size_t filesize; /* File total length */
48 size_t start_pos; /* Position to first bytes of file in buffer */ 48 size_t start_pos; /* Position to first bytes of file in buffer */