]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/icecast.c
fate: Add test for vorbis encoder
[ffmpeg] / libavformat / icecast.c
index f7ca5cb30c271240444e0b0d893756c44b04f65a..02e3e3878861394d3dc96ac8f5c9bb9efff5c408 100644 (file)
@@ -165,7 +165,7 @@ static int icecast_open(URLContext *h, const char *uri, int flags)
     ff_url_join(h_url, sizeof(h_url), "http", auth, host, port, "%s", path);
     // Finally open http proto handler
     ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL,
-                               &opt_dict, h->protocol_whitelist, h->protocol_blacklist);
+                               &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h);
 
 cleanup:
     av_freep(&user);