]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/microdvddec.c
Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d'
[ffmpeg] / libavformat / microdvddec.c
index 49d2b6819218bf74fa8aab2e656d77c15b4d4d71..ce3433cf2547539eb3bc634604bf25fc66b5925d 100644 (file)
@@ -88,7 +88,7 @@ static int microdvd_read_header(AVFormatContext *s)
     if (!st)
         return AVERROR(ENOMEM);
 
-    while (!url_feof(s->pb)) {
+    while (!avio_feof(s->pb)) {
         char *p;
         AVPacket *sub;
         int64_t pos = avio_tell(s->pb);