Revision 66e5b1df libavformat/psxstr.c
libavformat/psxstr.c | ||
---|---|---|
241 | 241 |
break; |
242 | 242 |
} |
243 | 243 |
|
244 |
if (url_feof(pb))
|
|
244 |
if (pb->eof_reached)
|
|
245 | 245 |
return AVERROR(EIO); |
246 | 246 |
} |
247 | 247 |
} |
Also available in: Unified diff