Commit ee1c63eb authored by caohui's avatar caohui Committed by Carl Eugen Hoyos

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

parent d92f06eb
...@@ -295,7 +295,7 @@ retry: ...@@ -295,7 +295,7 @@ retry:
} }
goto 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); av_log(h, AV_LOG_DEBUG, "opening %s\n", url);
ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ,
&h->interrupt_callback, NULL, &h->interrupt_callback, NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment