Revision bc371aca libavformat/applehttpproto.c
libavformat/applehttpproto.c | ||
---|---|---|
241 | 241 |
|
242 | 242 |
start: |
243 | 243 |
if (s->seg_hd) { |
244 |
ret = url_read(s->seg_hd, buf, size); |
|
244 |
ret = ffurl_read(s->seg_hd, buf, size);
|
|
245 | 245 |
if (ret > 0) |
246 | 246 |
return ret; |
247 | 247 |
} |
Also available in: Unified diff