]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gopher.c
configure: Factorize check_64_bit()
[ffmpeg] / libavformat / gopher.c
index fc4fbe51e49e88f84fb2182a13ac047a60daf7fa..6d9fc38d8c49d2bbea757e4b777dd056c1444c67 100644 (file)
@@ -94,7 +94,7 @@ static int gopher_open(URLContext *h, const char *uri, int flags)
 
     s->hd = NULL;
     err = ffurl_open(&s->hd, buf, AVIO_FLAG_READ_WRITE,
-                     &h->interrupt_callback, NULL);
+                     &h->interrupt_callback, NULL, h->protocols, h);
     if (err < 0)
         goto fail;