X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fservices_discovery%2Fpodcast.c;fp=modules%2Fservices_discovery%2Fpodcast.c;h=e3e829518aecd40b3941b400e7fd191a2f6bf9b2;hb=b4feb9f9a326f3fc58a52b315ba34ad9d083263b;hp=74fdc1abf9ff906d615962a5af8e8a55d4d08a49;hpb=d3081ffff71448139a319259179e365846b711a2;p=vlc diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c index 74fdc1abf9..e3e829518a 100644 --- a/modules/services_discovery/podcast.c +++ b/modules/services_discovery/podcast.c @@ -245,8 +245,7 @@ static void ParseUrls( services_discovery_t *p_sd, char *psz_urls ) input_item_t *p_input; INSERT_ELEM( p_sys->ppsz_urls, p_sys->i_urls, p_sys->i_urls, strdup( psz_urls ) ); - p_input = input_item_NewExt( p_sd, psz_urls, - psz_urls, 0, NULL, 0, -1 ); + p_input = input_item_New( p_sd, psz_urls, psz_urls ); input_item_AddOption( p_input, "demux=podcast", VLC_INPUT_OPTION_TRUSTED ); services_discovery_AddItem( p_sd, p_input, NULL /* no cat */ ); vlc_gc_decref( p_input );