X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmmst.c;h=1d13959f5884215a6185fab5d877747fb0ed4e88;hb=ee575acb8c8ca7a688dc22c54ed667201869f909;hp=0f48b4615e8056a191ef65b1ec8954fc07f32f7a;hpb=197fa698c6cf77b31f3e29a2f685aa52e7404b8b;p=ffmpeg diff --git a/libavformat/mmst.c b/libavformat/mmst.c index 0f48b4615e8..1d13959f588 100644 --- a/libavformat/mmst.c +++ b/libavformat/mmst.c @@ -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;