X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhlsproto.c;h=e5673e5e03510048ea3aaa6e3440b54fdbbf9ab7;hb=da5039415c2bd625085d15e6c92e0b64eefddcbf;hp=e7ef2d88ea8d080594cc825f611b13076ad02ae5;hpb=7167ac33a8f2c7d063384c267f984f23d2b73854;p=ffmpeg diff --git a/libavformat/hlsproto.c b/libavformat/hlsproto.c index e7ef2d88ea8..e5673e5e035 100644 --- a/libavformat/hlsproto.c +++ b/libavformat/hlsproto.c @@ -295,7 +295,7 @@ retry: } goto retry; } - url = s->segments[s->cur_seq_no - s->start_seq_no]->url, + url = s->segments[s->cur_seq_no - s->start_seq_no]->url; av_log(h, AV_LOG_DEBUG, "opening %s\n", url); ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, &h->interrupt_callback, NULL,