]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/anm.c
Merge commit '58b68e4fdea22e22178e237bda950b09cc6f363a'
[ffmpeg] / libavformat / anm.c
index 1c585750e617cd9972779eaef61077aec3fdb559..5196cb8e4eb58551bbbd732f11b9dd8cf2b92a59 100644 (file)
@@ -175,7 +175,7 @@ static int read_packet(AVFormatContext *s,
     Page *p;
     int tmp, record_size;
 
-    if (url_feof(s->pb))
+    if (avio_feof(s->pb))
         return AVERROR(EIO);
 
     if (anm->page < 0)