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 73cd0ccfaf..decb709384 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -47,7 +47,7 @@ struct track_info {
47 size_t codecsize; /* Codec length in bytes */ 47 size_t codecsize; /* Codec length in bytes */
48 bool has_codec; /* Does this track have a codec on the buffer */ 48 bool has_codec; /* Does this track have a codec on the buffer */
49 49
50 // size_t buf_idx; /* Pointer to the track's buffer */ 50 size_t buf_idx; /* Pointer to the track's buffer */
51 size_t filerem; /* Remaining bytes of file NOT in buffer */ 51 size_t filerem; /* Remaining bytes of file NOT in buffer */
52 size_t filesize; /* File total length */ 52 size_t filesize; /* File total length */
53 size_t start_pos; /* Position to first bytes of file in buffer */ 53 size_t start_pos; /* Position to first bytes of file in buffer */