Revision a2704c97 libavformat/libnut.c
libavformat/libnut.c | ||
---|---|---|
272 | 272 |
if (pd.flags & NUT_FLAG_KEY) pkt->flags |= AV_PKT_FLAG_KEY; |
273 | 273 |
pkt->pts = pd.pts; |
274 | 274 |
pkt->stream_index = pd.stream; |
275 |
pkt->pos = url_ftell(avf->pb);
|
|
275 |
pkt->pos = avio_tell(avf->pb);
|
|
276 | 276 |
|
277 | 277 |
ret = nut_read_frame(priv->nut, &pd.len, pkt->data); |
278 | 278 |
|
Also available in: Unified diff