]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/paf.c
Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d'
[ffmpeg] / libavformat / paf.c
index 88a274fe15668027a5d0c8b174530331a7b4296b..618994cd68c7ba3c94307d1a2e24638b2b79aa29 100644 (file)
@@ -199,7 +199,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
     if (p->current_frame >= p->nb_frames)
         return AVERROR_EOF;
 
-    if (url_feof(pb))
+    if (avio_feof(pb))
         return AVERROR_EOF;
 
     if (p->got_audio) {