]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/realtextdec.c
Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b'
[ffmpeg] / libavformat / realtextdec.c
index 5e4981a40b5537f2ad56caf3f9b7d9e1ec554d7d..e1225d56fa65c08fac6f60916150f471656bc99f 100644 (file)
@@ -72,7 +72,7 @@ static int realtext_read_header(AVFormatContext *s)
 
     av_bprint_init(&buf, 0, AV_BPRINT_SIZE_UNLIMITED);
 
-    while (!url_feof(s->pb)) {
+    while (!avio_feof(s->pb)) {
         AVPacket *sub;
         const int64_t pos = avio_tell(s->pb) - (c != 0);
         int n = ff_smil_extract_next_chunk(s->pb, &buf, &c);