summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-17 19:36:31 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-17 19:36:31 +0200
commit3c0e734fe7215692009fda08a40c99d89a5bd40f (patch)
tree652f90251ebf001b65960539a67968fa1529ef05 /playlist.h
parent761aae931b03099118720a01f0ec41b09ccc8acc (diff)
mp3 gapless playback WIP
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/playlist.h b/playlist.h
index 21754102..660621ff 100644
--- a/playlist.h
+++ b/playlist.h
@@ -40,8 +40,6 @@ typedef struct playItem_s {
float timestart; // start time of cue track, or -1
float timeend; // end time of cue track, or -1
float duration; // in seconds
- int startoffset; // offset to seek to skip tags and info-headers (mp3)
- int endoffset; // offset from end of file where music data ends (mp3)
int shufflerating; // sort order for shuffle mode
float playtime; // total playtime
time_t started_timestamp; // result of calling time(NULL)