Revision 350f2c2c libavformat/mov.c
libavformat/mov.c | ||
---|---|---|
2025 | 2025 |
if (!url_is_streamed(s->pb) || |
2026 | 2026 |
mov_read_default(mov, s->pb, (MOVAtom){ 0, 0, INT64_MAX }) < 0 || |
2027 | 2027 |
url_feof(s->pb)) |
2028 |
return -1;
|
|
2028 |
return AVERROR_EOF;
|
|
2029 | 2029 |
dprintf(s, "read fragments, offset 0x%llx\n", url_ftell(s->pb)); |
2030 | 2030 |
goto retry; |
2031 | 2031 |
} |
Also available in: Unified diff