]> git.sesse.net Git - vlc/blobdiff - modules/demux/mp4/mp4.c
Force to specify options flags in input_item_New*.
[vlc] / modules / demux / mp4 / mp4.c
index 4154cb5c58597873fb48375c74017f239c20a713..10e9fe07a16a63288cc4b8e5f565570e09329065 100644 (file)
@@ -417,7 +417,7 @@ static int Open( vlc_object_t * p_this )
                 }
                 msg_Dbg( p_demux, "adding ref = `%s'", psz_ref );
                 input_item_t *p_input = input_item_NewExt( p_demux, psz_ref
-                                                           , NULL, 0, NULL, -1 );
+                                                           , NULL, 0, NULL, 0, -1 );
                 input_item_CopyOptions( p_current, p_input );
                 input_item_AddSubItem( p_current, p_input );
                 vlc_gc_decref( p_input );