X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpjsdec.c;h=5129b70e5fb1736fc53f49cfcc326eec858779e3;hb=7b59217b60cc7133766ea33ee8519efda9ec4c5c;hp=6f5db3788667b70525dba6508a8e1aa80ffed393;hpb=8f83fb99912fa834ff2081ca876ca05116aab263;p=ffmpeg diff --git a/libavformat/pjsdec.c b/libavformat/pjsdec.c index 6f5db378866..5129b70e5fb 100644 --- a/libavformat/pjsdec.c +++ b/libavformat/pjsdec.c @@ -73,7 +73,7 @@ static int pjs_read_header(AVFormatContext *s) st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE; st->codec->codec_id = AV_CODEC_ID_PJS; - while (!url_feof(s->pb)) { + while (!avio_feof(s->pb)) { char line[4096]; char *p = line; const int64_t pos = avio_tell(s->pb);