]> git.sesse.net Git - vlc/commitdiff
vlc_playlist.h: Correct type for request status. (Fix a warning too).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 21:33:08 +0000 (23:33 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 22:57:24 +0000 (00:57 +0200)
include/vlc_playlist.h

index b1ffaca5d804e618727c2fbeef3fbbf4d32df095..e2737e681a866497b9cdc7ef020d0f7c347a9bc2 100644 (file)
@@ -213,7 +213,7 @@ struct playlist_t
 
     struct {
         /* Request. Use this to give orders to the playlist main loop  */
-        int                 i_status; /**< requested playlist status */
+        playlist_status_t   i_status; /**< requested playlist status */
         playlist_item_t *   p_node;   /**< requested node to play from */
         playlist_item_t *   p_item;   /**< requested item to play in the node */