Skip to content
Snippets Groups Projects
Commit ab79addb authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: adaptive: disable preparse for adaptive

parent 1dca00fe
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ static int Open(vlc_object_t *p_obj)
{
demux_t *p_demux = (demux_t*) p_obj;
if(!p_demux->s->psz_url)
if(!p_demux->s->psz_url || p_demux->s->b_preparsing)
return VLC_EGENERIC;
std::string mimeType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment