Revision a2704c97 libavformat/wtv.c
libavformat/wtv.c | ||
---|---|---|
468 | 468 |
char description[1024]; |
469 | 469 |
unsigned int filesize; |
470 | 470 |
AVStream *st; |
471 |
int64_t pos = url_ftell(pb);
|
|
471 |
int64_t pos = avio_tell(pb);
|
|
472 | 472 |
|
473 | 473 |
avio_get_str16le(pb, INT_MAX, mime, sizeof(mime)); |
474 | 474 |
if (strcmp(mime, "image/jpeg")) |
... | ... | |
980 | 980 |
return ret; |
981 | 981 |
avio_seek(wtv->pb, -32, SEEK_CUR); |
982 | 982 |
|
983 |
timeline_pos = url_ftell(s->pb); // save before opening another file
|
|
983 |
timeline_pos = avio_tell(s->pb); // save before opening another file
|
|
984 | 984 |
|
985 | 985 |
/* read metadata */ |
986 | 986 |
pb = wtvfile_open(s, root, root_size, table_0_entries_legacy_attrib_le16); |
Also available in: Unified diff