X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvplayerdec.c;h=619ccfd4f0639b58c60fc9f3279d8f87a682a38e;hb=7b59217b60cc7133766ea33ee8519efda9ec4c5c;hp=73a48dbdc5d92ccf38491560dc9c2651b9978984;hpb=77aafadc5655401e5806daed58300a2cccb19fb8;p=ffmpeg diff --git a/libavformat/vplayerdec.c b/libavformat/vplayerdec.c index 73a48dbdc5d..619ccfd4f06 100644 --- a/libavformat/vplayerdec.c +++ b/libavformat/vplayerdec.c @@ -65,7 +65,7 @@ static int vplayer_read_header(AVFormatContext *s) st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE; st->codec->codec_id = AV_CODEC_ID_VPLAYER; - while (!url_feof(s->pb)) { + while (!avio_feof(s->pb)) { char line[4096]; char *p = line; const int64_t pos = avio_tell(s->pb);