]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/amr.c
Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d'
[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);
     }