]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/paf.c
Merge commit 'e4c9e59a4547adaaa0ce9f25b0d0c5b91ae15472'
[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) {