Revision 66e5b1df libavformat/wv.c
libavformat/wv.c | ||
---|---|---|
241 | 241 |
int ret; |
242 | 242 |
int size, ver, off; |
243 | 243 |
|
244 |
if (url_feof(s->pb))
|
|
244 |
if (s->pb->eof_reached)
|
|
245 | 245 |
return AVERROR(EIO); |
246 | 246 |
if(wc->block_parsed){ |
247 | 247 |
if(wv_read_block_header(s, s->pb, 0) < 0) |
Also available in: Unified diff