]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/async.c
avformat/ffmenc: use ff_parse_creation_time_metadata
[ffmpeg] / libavformat / async.c
index 4308c4b587124811173fa0828cc375b6c8add027..138ef137cf4fc12b4cef2a5f546a10e7e22a1d59 100644 (file)
@@ -251,7 +251,7 @@ static int async_open(URLContext *h, const char *arg, int flags, AVDictionary **
 
     /* wrap interrupt callback */
     c->interrupt_callback = h->interrupt_callback;
-    ret = ffurl_open(&c->inner, arg, flags, &interrupt_callback, options);
+    ret = ffurl_open_whitelist(&c->inner, arg, flags, &interrupt_callback, options, h->protocol_whitelist);
     if (ret != 0) {
         av_log(h, AV_LOG_ERROR, "ffurl_open failed : %s, %s\n", av_err2str(ret), arg);
         goto url_fail;