Commit bb586a97 authored by Gorilla Maguila's avatar Gorilla Maguila Committed by Steven Liu

avformat/dashdec: refine uri path with double dot process

fix ticket: 7540
parent 8b53d132
......@@ -506,7 +506,7 @@ static char *get_content_url(xmlNodePtr *baseurl_nodes,
}
if (val)
av_strlcat(tmp_str, (const char*)val, max_url_size);
ff_make_absolute_url(tmp_str, max_url_size, tmp_str, val);
if (rep_id_val) {
url = av_strireplace(tmp_str, "$RepresentationID$", (const char*)rep_id_val);
......
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