mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avformat/dashdec: refine uri path with double dot process
fix ticket: 7540
This commit is contained in:
parent
8b53d1322f
commit
bb586a9703
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user