]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sol.c
Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / sol.c
index 77c754a77e78fc4a626a773d53a7d7aa65da63e4..27d355156befdf9068cfa70794c7183d401016ed 100644 (file)
@@ -131,7 +131,7 @@ static int sol_read_packet(AVFormatContext *s,
 {
     int ret;
 
-    if (url_feof(s->pb))
+    if (avio_feof(s->pb))
         return AVERROR(EIO);
     ret= av_get_packet(s->pb, pkt, MAX_SIZE);
     if (ret < 0)