]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/crypto.c
vc2enc: do not print the lavc version if the bitexact flag is enabled
[ffmpeg] / libavformat / crypto.c
index 4222e1e33f8f8e87d0b341a7095b8a9099894080..2999f50046cf7caff09d76e1fc9a092d617f4a61 100644 (file)
@@ -138,7 +138,7 @@ static int crypto_open2(URLContext *h, const char *uri, int flags, AVDictionary
 
     if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags,
                                     &h->interrupt_callback, options,
-                                    h->protocol_whitelist, h->protocol_blacklist)) < 0) {
+                                    h->protocol_whitelist, h->protocol_blacklist, h)) < 0) {
         av_log(h, AV_LOG_ERROR, "Unable to open resource: %s\n", nested_url);
         goto err;
     }