Revision 66e5b1df libavformat/ape.c
libavformat/ape.c | ||
---|---|---|
337 | 337 |
APEContext *ape = s->priv_data; |
338 | 338 |
uint32_t extra_size = 8; |
339 | 339 |
|
340 |
if (url_feof(s->pb))
|
|
340 |
if (s->pb->eof_reached)
|
|
341 | 341 |
return AVERROR(EIO); |
342 | 342 |
if (ape->currentframe > ape->totalframes) |
343 | 343 |
return AVERROR(EIO); |
Also available in: Unified diff