Revision dc8b73c0 libavformat/applehttp.c
libavformat/applehttp.c | ||
---|---|---|
496 | 496 |
int64_t timestamp, int flags) |
497 | 497 |
{ |
498 | 498 |
AppleHTTPContext *c = s->priv_data; |
499 |
int pos = 0, i; |
|
499 |
int64_t pos = 0; |
|
500 |
int i; |
|
500 | 501 |
struct variant *var = c->variants[0]; |
501 | 502 |
|
502 | 503 |
if ((flags & AVSEEK_FLAG_BYTE) || !c->finished) |
Also available in: Unified diff