]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/astdec.c
Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / astdec.c
index 3fa26dccea08bf545c34bf3da7a1665bd6a882ee..92c208d044f64bfb2f5f8fd20a1e4c01cd85ed8e 100644 (file)
@@ -84,7 +84,7 @@ static int ast_read_packet(AVFormatContext *s, AVPacket *pkt)
     int64_t pos;
     int ret;
 
-    if (url_feof(s->pb))
+    if (avio_feof(s->pb))
         return AVERROR_EOF;
 
     pos  = avio_tell(s->pb);