X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmlvdec.c;h=0ed1bfaa305e7975afe1625c6af06c7914f702af;hb=e3212bfd1493be2c04e78b3a2e998d90c49e3935;hp=a980ed6218cd938ddc2af29d5effc835240aa019;hpb=3ce55d2e32ce37e236baad96760233be53141129;p=ffmpeg diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c index a980ed6218c..0ed1bfaa305 100644 --- a/libavformat/mlvdec.c +++ b/libavformat/mlvdec.c @@ -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);