]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Don't start the playlist thread if not needed
[vlc] / src / libvlc.h
index 4ab242a1e795ee85bd805c2615425085c1afb412..ff1b89f8f8c399be219c7499a687ccb655792a80 100644 (file)
@@ -206,6 +206,7 @@ typedef struct libvlc_priv_t
     libvlc_int_t       public_data;
 
     int                i_last_input_id ; ///< Last id of input item
+    bool               playlist_active;
 
     /* Messages */
     msg_bank_t         msg_bank;    ///< The message bank