Commit 70ab9417 authored by Rémi Duraffort's avatar Rémi Duraffort

Playlist: repack (save some memory)

parent 2c4f04e2
......@@ -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 */
......
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