]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/concat.c
avio: Mark the old interrupt callback mechanism as deprecated
[ffmpeg] / libavformat / concat.c
index da9bee2cc48f238bb9da5300747b774404b6992a..1501cbcba45d0f4e7f27505b785005fa48bb2dd2 100644 (file)
@@ -101,7 +101,8 @@ static av_cold int concat_open(URLContext *h, const char *uri, int flags)
         uri += len + strspn(uri+len, AV_CAT_SEPARATOR);
 
         /* creating URLContext */
-        if ((err = ffurl_open(&uc, node_uri, flags)) < 0)
+        if ((err = ffurl_open(&uc, node_uri, flags,
+                              &h->interrupt_callback, NULL)) < 0)
             break;
 
         /* creating size */