]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Playlist: repack (save some memory)
[vlc] / include / vlc_playlist.h
index f6cb8a94bf14ea2661d858f302ce26371befe71f..8ce1347b550e84b297371c2b5231be471f8d28df 100644 (file)
@@ -146,9 +146,9 @@ struct playlist_item_t
 {
     input_item_t           *p_input;    /**< Linked input item */
     /** Number of children, -1 if not a node */
-    int                    i_children;
     playlist_item_t      **pp_children; /**< Children nodes/items */
     playlist_item_t       *p_parent;    /**< Item parent */
+    int                    i_children;
 
     int                    i_id;        /**< Playlist item specific id */
     uint8_t                i_flags;     /**< Flags */