summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 09:46:22 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 09:46:22 +0200
commitcc33421f0796e7e0dbe215b4002f604bc3fea92d (patch)
tree0a0e3d41c6d4afc406423c0f7c7bad5447c3c8e3 /playlist.h
parent177883a802b7ec9c55681fc7a77c130ebe26a64d (diff)
added filetype field, works for MP3
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 92179463..0e784bf0 100644
--- a/playlist.h
+++ b/playlist.h
@@ -14,6 +14,7 @@ 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
+ const char *filetype; // e.g. MP3 or OGG
struct playItem_s *next; // next item in linked list
struct playItem_s *prev; // prev item in linked list
struct metaInfo_s *meta; // linked list storing metainfo