Revision a2704c97 libavformat/ingenientdec.c
libavformat/ingenientdec.c | ||
---|---|---|
47 | 47 |
if (av_new_packet(pkt, size) < 0) |
48 | 48 |
return AVERROR(ENOMEM); |
49 | 49 |
|
50 |
pkt->pos = url_ftell(s->pb);
|
|
50 |
pkt->pos = avio_tell(s->pb);
|
|
51 | 51 |
pkt->stream_index = 0; |
52 | 52 |
ret = avio_read(s->pb, pkt->data, size); |
53 | 53 |
if (ret < 0) { |
Also available in: Unified diff