Searched refs:h_url (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | icecast.c | 90 char h_url[1024], host[1024], auth[1024], path[1024]; in icecast_open() local 165 ff_url_join(h_url, sizeof(h_url), "http", auth, host, port, "%s", path); in icecast_open() 167 ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL, in icecast_open()
|