]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/4xm.c
Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / 4xm.c
index 0b4ddfabf2634353f8e642c4401f6d3d30e6ac2b..daf389dc266709a70ddb0e8611a38c3dd38bcc3a 100644 (file)
@@ -293,7 +293,7 @@ static int fourxm_read_packet(AVFormatContext *s,
             return ret;
         fourcc_tag = AV_RL32(&header[0]);
         size       = AV_RL32(&header[4]);
-        if (url_feof(pb))
+        if (avio_feof(pb))
             return AVERROR(EIO);
         switch (fourcc_tag) {
         case LIST_TAG: