]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mlvdec.c
Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / mlvdec.c
index a980ed6218cd938ddc2af29d5effc835240aa019..0ed1bfaa305e7975afe1625c6af06c7914f702af 100644 (file)
@@ -126,7 +126,7 @@ static int scan_file(AVFormatContext *avctx, AVStream *vst, AVStream *ast, int f
     MlvContext *mlv = avctx->priv_data;
     AVIOContext *pb = mlv->pb[file];
     int ret;
-    while (!url_feof(pb)) {
+    while (!avio_feof(pb)) {
         int type;
         unsigned int size;
         type = avio_rl32(pb);