]> git.sesse.net Git - vlc/commitdiff
Playlist: repack (save some memory)
authorRémi Duraffort <ivoire@videolan.org>
Fri, 28 May 2010 20:03:17 +0000 (22:03 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Fri, 28 May 2010 20:03:17 +0000 (22:03 +0200)
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 */