summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
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 */