From aa316a84dd9f25bd1574a50db7ae64a4654beff4 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 14 Nov 2009 12:24:40 +0100 Subject: optimized pl_set_item_duration --- playlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index e7498599..6ee004b6 100644 --- a/playlist.h +++ b/playlist.h @@ -52,6 +52,7 @@ typedef struct playItem_s { struct metaInfo_s *meta; // linked list storing metainfo unsigned selected : 1; unsigned played : 1; // mark as played in shuffle mode + unsigned in_playlist : 1; // 1 if item is in playlist } playItem_t; extern playItem_t *playlist_head[PL_MAX_ITERATORS]; // head of linked list -- cgit v1.2.3