Commit e4e7846d authored by Paul B Mahol's avatar Paul B Mahol

cdxl: use url_feof()

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent f6c43953
......@@ -110,7 +110,7 @@ static int cdxl_read_packet(AVFormatContext *s, AVPacket *pkt)
int64_t pos;
int ret;
if (pb->eof_reached)
if (url_feof(pb))
return AVERROR_EOF;
pos = avio_tell(pb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment