]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/jacosubdec.c
Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d'
[ffmpeg] / libavformat / jacosubdec.c
index e77ab40227a6136231f0a0727e4acc8a78ea2c45..9a288701a6fd3f10bfc71edc8f154f6ee9af8ea9 100644 (file)
@@ -174,7 +174,7 @@ static int jacosub_read_header(AVFormatContext *s)
 
     av_bprint_init(&header, 1024+FF_INPUT_BUFFER_PADDING_SIZE, 4096);
 
-    while (!url_feof(pb)) {
+    while (!avio_feof(pb)) {
         int cmd_len;
         const char *p = line;
         int64_t pos = avio_tell(pb);