Browse Source

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

tags/n4.2
caohui Carl Eugen Hoyos 7 years ago
parent
commit
ee1c63eb82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/hlsproto.c

+ 1
- 1
libavformat/hlsproto.c View File

@@ -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