]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Playlist stuff belong in vlc_playlist.h
[vlc] / include / vlc_playlist.h
index bb78449cc96f1e563e95ddd5969b19e01534d315..9070f754ba687b314c8190be133058d11fb21fac 100644 (file)
@@ -254,6 +254,16 @@ struct playlist_add_t
 #define ORDER_NORMAL 0
 #define ORDER_REVERSE 1
 
+/* Used by playlist_Import */
+#define PLAYLIST_INSERT          0x0001
+#define PLAYLIST_APPEND          0x0002
+#define PLAYLIST_GO              0x0004
+#define PLAYLIST_PREPARSE        0x0008
+#define PLAYLIST_SPREPARSE       0x0010
+#define PLAYLIST_NO_REBUILD      0x0020
+
+#define PLAYLIST_END           -666
+
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/