Revision 66e5b1df libavformat/anm.c
libavformat/anm.c | ||
---|---|---|
181 | 181 |
Page *p; |
182 | 182 |
int tmp, record_size; |
183 | 183 |
|
184 |
if (url_feof(s->pb))
|
|
184 |
if (s->pb->eof_reached)
|
|
185 | 185 |
return AVERROR(EIO); |
186 | 186 |
|
187 | 187 |
if (anm->page < 0) |
Also available in: Unified diff