]> git.sesse.net Git - vlc/blobdiff - include/interface.h
. input fichier en ligne de commande (le reste a du p�ter, c'est pas
[vlc] / include / interface.h
index 5a8a4356c2722fd6426e77ad7a025165ab0c1ec5..296806d388e1d9d4cc2612cf92f15baa1a960a42 100644 (file)
@@ -64,6 +64,10 @@ typedef struct intf_thread_s
 
     /* XXX: Channels array - new API */
     //p_intf_channel_t *  p_channel[INTF_MAX_CHANNELS];/* channel descriptions */
+    /* file list - quick hack */
+    char **p_playlist;
+    int i_list_index;
+
     /* Channels array - NULL if not used */
     p_intf_channel_t    p_channel;                /* description of channels */