]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist, Qt: playlist browsing support
[vlc] / include / vlc_playlist.h
index bc82a0520991bd19d252e25c7f8767c9e2830f89..926c48eef23e889b4c4b921e74c79bc07a931940 100644 (file)
@@ -161,6 +161,7 @@ struct playlist_item_t
 #define PLAYLIST_RO_FLAG        0x0008    /**< Write-enabled ? */
 #define PLAYLIST_REMOVE_FLAG    0x0010    /**< Remove this item at the end */
 #define PLAYLIST_EXPANDED_FLAG  0x0020    /**< Expanded node */
+#define PLAYLIST_SUBITEM_STOP_FLAG 0x0040 /**< Must playlist stop if the item gets subitems ?*/
 
 /** Playlist status */
 typedef enum