Skip to content
Snippets Groups Projects

Add gapless support

Open Thomas Guillem requested to merge tguillem/vlc:gapless/0 into master
Files
26
+ 2
1
@@ -427,7 +427,8 @@ typedef struct input_item_parser_cbs_t
* @note This callback is optional.
*
* @param item the parsed item
* @param subtree sub items of the current item
* @param subtree valid sub items of the current item, to release with
* input_item_node_Delete()
* @param userdata user data set by input_item_Parse()
*/
void (*on_subtree_added)(input_item_t *item, input_item_node_t *subtree, void *userdata);
Loading