]> git.sesse.net Git - vlc/blobdiff - src/playlist/playlist_internal.h
remove npvlc.dll.manifest and axvlc.dll.manifest while uninstalling
[vlc] / src / playlist / playlist_internal.h
index 69ad4cebf292bf9599ef4d09f3304dfc384cbbe2..90174d9f442c26186bb595cbc55289f921d311b1 100644 (file)
@@ -34,7 +34,7 @@
  * @{
  */
 
-#include "input/input_internal.h"
+#include "input/input_interface.h"
 #include <assert.h>
 
 typedef struct playlist_preparse_t
@@ -101,7 +101,14 @@ typedef struct playlist_private_t
         vlc_mutex_t         lock;     /**< Lock to protect request */
     } request;
 
-    bool                  b_tree; /**< Display as a tree */
+    bool     b_tree; /**< Display as a tree */
+    bool     b_doing_ml; /**< Doing media library stuff  get quicker */
+    bool     b_auto_preparse;
+    bool     b_cant_sleep;
+    mtime_t  gc_date;
+    mtime_t  last_rebuild_date;
+    bool     b_reset_currently_playing; /** Reset current item array */
+    int      i_last_playlist_id; /**< Last id to an item */
 
 } playlist_private_t;