]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
* Allow service discoveries to state whether they prefer being displayed as tree
[vlc] / include / vlc_input.h
index 75d2e642f27d2d51ae7c70af1bd13da0f9fdfec0..44e68a399e7a8e4ca9c1097dd8e5526906cdb36d 100644 (file)
@@ -62,6 +62,7 @@ struct input_item_t
     mtime_t    i_duration;           /**< Duration in milliseconds*/
 
     uint8_t    i_type;               /**< Type (file, disc, ...) */
+    vlc_bool_t b_prefers_tree;      /**< Do we prefer being displayed as tree*/
 
     int        i_categories;         /**< Number of info categories */
     info_category_t **pp_categories; /**< Pointer to the first info category */