From 513cafec7ee880c5b86521e590b070c1bddc8e01 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 31 Jul 2006 06:12:53 +0000 Subject: 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 --- apps/playback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playback.h') 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 { size_t codecsize; /* Codec length in bytes */ bool has_codec; /* Does this track have a codec on the buffer */ - size_t buf_idx; /* Pointer to the track's buffer */ + // size_t buf_idx; /* Pointer to the track's buffer */ size_t filerem; /* Remaining bytes of file NOT in buffer */ size_t filesize; /* File total length */ size_t start_pos; /* Position to first bytes of file in buffer */ -- cgit v1.2.3