Commit ad5da144 authored by Laurent Aimar's avatar Laurent Aimar

* ts: added support pf multiples PMT on the same PID (broken idea for

broken people but it's used and it seems spec compliant)

 * demux2: append a :// to allow correct parsing of /volume/filename:.avi
parent 32c330ef
......@@ -108,7 +108,7 @@ static int Demux2Open( vlc_object_t * p_this )
}
else
{
sprintf( psz_uri, "%s", p_input->psz_name );
sprintf( psz_uri, "://%s", p_input->psz_name );
}
p_demux = demux2_New( p_input, psz_uri, p_input->s, p_input->p_es_out );
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment