]> git.sesse.net Git - vlc/blobdiff - src/input/item.h
input: handle recursive parsing in preparser
[vlc] / src / input / item.h
index aa31d05e355779c691e8c8f0cec9c35d42f43e97..f4b89a411fd07b6b3082161a749d44094e73dc29 100644 (file)
@@ -29,6 +29,7 @@
 
 void input_item_SetErrorWhenReading( input_item_t *p_i, bool b_error );
 void input_item_UpdateTracksInfo( input_item_t *item, const es_format_t *fmt );
+bool input_item_ShouldPreparseSubItems( input_item_t *p_i );
 
 typedef struct input_item_owner
 {