Ticket #7540: dashdec.path

File dashdec.path, 492 bytes (added by gorilla.maguila, 8 years ago)
Line 
1diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
2index 497e7e469c..0a276c7808 100644
3--- a/libavformat/dashdec.c
4+++ b/libavformat/dashdec.c
5@@ -493,7 +493,7 @@ static char *get_content_url(xmlNodePtr *baseurl_nodes,
6 }
7
8 if (val)
9- av_strlcat(tmp_str, (const char*)val, max_url_size);
10+ ff_make_absolute_url(tmp_str, max_url_size, tmp_str, val);
11
12 if (rep_id_val) {
13 url = av_strireplace(tmp_str, "$RepresentationID$", (const char*)rep_id_val);