From: RĂ©mi Duraffort Date: Fri, 28 May 2010 20:03:17 +0000 (+0200) Subject: Playlist: repack (save some memory) X-Git-Tag: 1.2.0-pre1~6446 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=70ab9417b0b9825763f9a6cd246088bfd2822409;p=vlc Playlist: repack (save some memory) --- diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index f6cb8a94bf..8ce1347b55 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -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 */