]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bintext.c
Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'
[ffmpeg] / libavformat / bintext.c
index d50a8d9f3448f77b4fe1e2262a8b2914fe052dbb..217ea49247a539969bb19db4cfa13c4da493eb70 100644 (file)
@@ -310,7 +310,7 @@ static int read_packet(AVFormatContext *s,
             return AVERROR(EIO);
         bin->fsize = -1; /* done */
     } else if (!bin->fsize) {
-        if (url_feof(s->pb))
+        if (avio_feof(s->pb))
             return AVERROR(EIO);
         if (av_get_packet(s->pb, pkt, bin->chars_per_frame) < 0)
             return AVERROR(EIO);