]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/md5proto.c
vc2enc: do not print the lavc version if the bitexact flag is enabled
[ffmpeg] / libavformat / md5proto.c
index 2df34c6350e23333ba2281c16f66fd8f8823fa0b..0e04b90aac47f25a8580cfc61c5eb2e89b12bc07 100644 (file)
@@ -71,7 +71,7 @@ static int md5_close(URLContext *h)
     if (*filename) {
         err = ffurl_open_whitelist(&out, filename, AVIO_FLAG_WRITE,
                                    &h->interrupt_callback, NULL,
-                                   h->protocol_whitelist, h->protocol_blacklist);
+                                   h->protocol_whitelist, h->protocol_blacklist, h);
         if (err)
             return err;
         err = ffurl_write(out, buf, i*2+1);