]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/subviewer1dec.c
Merge commit '304089aca7d238ae184e09993b5c737aa22e2c2c'
[ffmpeg] / libavformat / subviewer1dec.c
index 1b831b7b8ffec0e5ad1119a34b7a9a56e7f3716b..6b38533a882ad650fc808ff218096a72f56c2b85 100644 (file)
@@ -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;