[vlc-devel] commit: vlc_playlist.h: Correct type for request status. (Fix a warning too ). (Pierre d'Herbemont )

git version control git at videolan.org
Wed Aug 13 00:54:34 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Tue Aug 12 23:33:08 2008 +0200| [902cddda86a6985147c12715054bcfc55c56410e] | committer: Pierre d'Herbemont 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=902cddda86a6985147c12715054bcfc55c56410e
---

 include/vlc_playlist.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index b1ffaca..e2737e6 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -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 */
 




More information about the vlc-devel mailing list