summaryrefslogtreecommitdiff
path: root/libavformat/subviewer1dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/subviewer1dec.c')
-rw-r--r--libavformat/subviewer1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/subviewer1dec.c b/libavformat/subviewer1dec.c
index 1b831b7b8f..6b38533a88 100644
--- a/libavformat/subviewer1dec.c
+++ b/libavformat/subviewer1dec.c
@@ -53,7 +53,7 @@ static int subviewer1_read_header(AVFormatContext *s)
st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE;
st->codec->codec_id = AV_CODEC_ID_SUBVIEWER1;
- while (!url_feof(s->pb)) {
+ while (!avio_feof(s->pb)) {
char line[4096];
int len = ff_get_line(s->pb, line, sizeof(line));
int hh, mm, ss;