Revision 66e5b1df libavformat/soxdec.c
libavformat/soxdec.c | ||
---|---|---|
127 | 127 |
{ |
128 | 128 |
int ret, size; |
129 | 129 |
|
130 |
if (url_feof(s->pb))
|
|
130 |
if (s->pb->eof_reached)
|
|
131 | 131 |
return AVERROR_EOF; |
132 | 132 |
|
133 | 133 |
size = SOX_SAMPLES*s->streams[0]->codec->block_align; |
Also available in: Unified diff