avio: deprecate url_feof
AVIOContext.eof_reached should be used directly instead. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
6a7e074eb9
commit
66e5b1df36
64 changed files with 116 additions and 115 deletions
|
|
@ -181,7 +181,7 @@ static int read_packet(AVFormatContext *s,
|
|||
Page *p;
|
||||
int tmp, record_size;
|
||||
|
||||
if (url_feof(s->pb))
|
||||
if (s->pb->eof_reached)
|
||||
return AVERROR(EIO);
|
||||
|
||||
if (anm->page < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue