]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mmst.c
fate: Add test for vorbis encoder
[ffmpeg] / libavformat / mmst.c
index 0f48b4615e8056a191ef65b1ec8954fc07f32f7a..1d13959f5884215a6185fab5d877747fb0ed4e88 100644 (file)
@@ -530,7 +530,7 @@ static int mms_open(URLContext *h, const char *uri, int flags)
     ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, mmst->host, port, NULL);
     err = ffurl_open_whitelist(&mms->mms_hd, tcpname, AVIO_FLAG_READ_WRITE,
                                &h->interrupt_callback, NULL,
-                               h->protocol_whitelist, h->protocol_blacklist);
+                               h->protocol_whitelist, h->protocol_blacklist, h);
     if (err)
         goto fail;