]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iff.c
Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / iff.c
index 2a0633158f1101b99050cba432c7d574aa6d3f09..a46bc92ceab642dca178a7db0b474773ebf1d513 100644 (file)
@@ -363,7 +363,7 @@ static int iff_read_header(AVFormatContext *s)
     iff->maud_bits = -1;
     iff->maud_compression = -1;
 
-    while(!url_feof(pb)) {
+    while(!avio_feof(pb)) {
         uint64_t orig_pos;
         int res;
         const char *metadata_tag = NULL;