Revision 66e5b1df libavformat/sol.c
libavformat/sol.c | ||
---|---|---|
130 | 130 |
{ |
131 | 131 |
int ret; |
132 | 132 |
|
133 |
if (url_feof(s->pb))
|
|
133 |
if (s->pb->eof_reached)
|
|
134 | 134 |
return AVERROR(EIO); |
135 | 135 |
ret= av_get_packet(s->pb, pkt, MAX_SIZE); |
136 | 136 |
pkt->stream_index = 0; |
Also available in: Unified diff