Commit 902cddda authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc_playlist.h: Correct type for request status. (Fix a warning too).

parent ef966eb0
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment