[FFmpeg-cvslog] lavf/hlsproto: Replace a wrong eol comma with a semicolon.

caohui git at videolan.org
Thu Jan 24 00:17:23 EET 2019


ffmpeg | branch: master | caohui <caohui at sogou-inc.com> | Wed Jan 23 11:13:27 2019 +0800| [ee1c63eb821887f9af088519abf136fc9ef2f389] | committer: Carl Eugen Hoyos

lavf/hlsproto: Replace a wrong eol comma with a semicolon.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee1c63eb821887f9af088519abf136fc9ef2f389
---

 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,



More information about the ffmpeg-cvslog mailing list