]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cdxl.c
replace calls to url_feof() with avio_feof()
[ffmpeg] / libavformat / cdxl.c
index ab8a846cc51bb5e5ef7688451dd554a206adf10d..e3e379aef772cd7c7efd24bb7264bfca871030e4 100644 (file)
@@ -110,7 +110,7 @@ static int cdxl_read_packet(AVFormatContext *s, AVPacket *pkt)
     int64_t  pos;
     int      ret;
 
-    if (url_feof(pb))
+    if (avio_feof(pb))
         return AVERROR_EOF;
 
     pos = avio_tell(pb);