From ee1c63eb821887f9af088519abf136fc9ef2f389 Mon Sep 17 00:00:00 2001 From: caohui Date: Wed, 23 Jan 2019 11:13:27 +0800 Subject: [PATCH] lavf/hlsproto: Replace a wrong eol comma with a semicolon. --- libavformat/hlsproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsproto.c b/libavformat/hlsproto.c index e7ef2d88ea..e5673e5e03 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,