]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/amr.c
Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'
[ffmpeg] / libavformat / amr.c
index 24d5ce0d7622159c84ac83b40731927c31928366..8f44de1b3865dcec4c0ee2d0e58db08dea60d0ea 100644 (file)
@@ -117,7 +117,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
     int64_t pos = avio_tell(s->pb);
     AMRContext *amr = s->priv_data;
 
-    if (url_feof(s->pb)) {
+    if (avio_feof(s->pb)) {
         return AVERROR(EIO);
     }