From: RĂ©mi Denis-Courmont Date: Sat, 31 May 2008 18:27:28 +0000 (+0300) Subject: Playlist stuff belong in vlc_playlist.h X-Git-Tag: 0.9.0-test0~501 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2f1752dd6c9c5c45ba432a8aff2a30d29ca0e7c8;p=vlc Playlist stuff belong in vlc_playlist.h --- diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index bb78449cc9..9070f754ba 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -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 *****************************************************************************/