]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpl2dec.c
Merge commit '747cd9560c2248ff2834f29cd2190646330e4676'
[ffmpeg] / libavformat / mpl2dec.c
index 17b302ddfa6674c2e3504b438ff0c6000dfdd19a..260b7be0ecda6400af838c609925b06ca9d86534 100644 (file)
@@ -83,7 +83,7 @@ static int mpl2_read_header(AVFormatContext *s)
     st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE;
     st->codec->codec_id   = AV_CODEC_ID_MPL2;
 
-    while (!url_feof(s->pb)) {
+    while (!avio_feof(s->pb)) {
         char line[4096];
         char *p = line;
         const int64_t pos = avio_tell(s->pb);