summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-22 22:57:55 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-22 22:57:55 +0200
commitd377cbbef40a2ea672d746c1c9e0a6643125c7e2 (patch)
tree5e909a8a234a079b681e024d1c2f93fdb9d50939 /deadbeef.h
parent3c0f4bd7f6e0eac196174dbcf7d9cc06562831b5 (diff)
removed start/end time from playItem_t
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/deadbeef.h b/deadbeef.h
index d51fb4e4..730cd14f 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -69,10 +69,8 @@ typedef struct {
char *fname; // full pathname
struct DB_decoder_s *decoder; // codec to use with this file
int tracknum; // used for stuff like sid, nsf, cue (will be ignored by most codecs)
- int startsample;
- int endsample;
- float timestart; // start time of cue track, or -1
- float timeend; // end time of cue track, or -1
+ int startsample; // start sample of track, or -1 for auto
+ int endsample; // end sample of track, or -1 for auto
float duration; // in seconds
int shufflerating; // sort order for shuffle mode
float playtime; // total playtime