X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fjacosubdec.c;h=9a288701a6fd3f10bfc71edc8f154f6ee9af8ea9;hb=7b59217b60cc7133766ea33ee8519efda9ec4c5c;hp=e77ab40227a6136231f0a0727e4acc8a78ea2c45;hpb=2e2e6b1be5913f64830cae1538696601c61c80d0;p=ffmpeg diff --git a/libavformat/jacosubdec.c b/libavformat/jacosubdec.c index e77ab40227a..9a288701a6f 100644 --- a/libavformat/jacosubdec.c +++ b/libavformat/jacosubdec.c @@ -174,7 +174,7 @@ static int jacosub_read_header(AVFormatContext *s) av_bprint_init(&header, 1024+FF_INPUT_BUFFER_PADDING_SIZE, 4096); - while (!url_feof(pb)) { + while (!avio_feof(pb)) { int cmd_len; const char *p = line; int64_t pos = avio_tell(pb);