Revision a2704c97 libavformat/seek.c
libavformat/seek.c | ||
---|---|---|
405 | 405 |
return NULL; |
406 | 406 |
} |
407 | 407 |
|
408 |
state->fpos = url_ftell(s->pb);
|
|
408 |
state->fpos = avio_tell(s->pb);
|
|
409 | 409 |
|
410 | 410 |
// copy context structures |
411 | 411 |
state->cur_st = s->cur_st; |
Also available in: Unified diff