Revision a2704c97 libavformat/nuv.c
libavformat/nuv.c | ||
---|---|---|
197 | 197 |
int ret, size; |
198 | 198 |
while (!url_feof(pb)) { |
199 | 199 |
int copyhdrsize = ctx->rtjpg_video ? HDRSIZE : 0; |
200 |
uint64_t pos = url_ftell(pb);
|
|
200 |
uint64_t pos = avio_tell(pb);
|
|
201 | 201 |
ret = avio_read(pb, hdr, HDRSIZE); |
202 | 202 |
if (ret < HDRSIZE) |
203 | 203 |
return ret < 0 ? ret : AVERROR(EIO); |
Also available in: Unified diff