X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftty.c;h=909b550d42d88e968985bbca15abdc169ef39251;hb=097bf149c92aeae8af7f3559878e046a047e892d;hp=3afb9b2346a6ff732e729d0f4db82516bac6e0d9;hpb=066d77650173185064b730da5e8040d898c2b45d;p=ffmpeg diff --git a/libavformat/tty.c b/libavformat/tty.c index 3afb9b2346a..909b550d42d 100644 --- a/libavformat/tty.c +++ b/libavformat/tty.c @@ -113,7 +113,7 @@ static int read_packet(AVFormatContext *avctx, AVPacket *pkt) TtyDemuxContext *s = avctx->priv_data; int n; - if (url_feof(avctx->pb)) + if (avio_feof(avctx->pb)) return AVERROR_EOF; n = s->chars_per_frame;