summaryrefslogtreecommitdiff
path: root/libavformat/hlsproto.c
diff options
context:
space:
mode:
authorcaohui <caohui@sogou-inc.com>2019-01-23 11:13:27 +0800
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-23 23:17:03 +0100
commitee1c63eb821887f9af088519abf136fc9ef2f389 (patch)
treeeb174a149a99008eb28e099ee6c42ffeabd5ae87 /libavformat/hlsproto.c
parentd92f06eb6663dce8cb8942a1314f736a07f255e0 (diff)
lavf/hlsproto: Replace a wrong eol comma with a semicolon.
Diffstat (limited to 'libavformat/hlsproto.c')
-rw-r--r--libavformat/hlsproto.c2
1 files changed, 1 insertions, 1 deletions
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,