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

pull/306/head
caohui 6 years ago committed by Carl Eugen Hoyos
parent d92f06eb66
commit ee1c63eb82
  1. 2
      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,

Loading…
Cancel
Save