Revision 66e5b1df libavformat/applehttpproto.c
libavformat/applehttpproto.c | ||
---|---|---|
174 | 174 |
|
175 | 175 |
free_segment_list(s); |
176 | 176 |
s->finished = 0; |
177 |
while (!url_feof(in)) {
|
|
177 |
while (!in->eof_reached) {
|
|
178 | 178 |
read_chomp_line(in, line, sizeof(line)); |
179 | 179 |
if (av_strstart(line, "#EXT-X-STREAM-INF:", &ptr)) { |
180 | 180 |
struct variant_info info = {{0}}; |
Also available in: Unified diff