Home
last modified time | relevance | path

Searched refs:fulluri (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dipfsgateway.c200 char *fulluri = NULL; in translate_ipfs_to_http() local
279 fulluri = av_asprintf("%s%s%s%s", in translate_ipfs_to_http()
285 if (!fulluri) { in translate_ipfs_to_http()
292 ret = ffurl_open_whitelist(&c->inner, fulluri, flags, in translate_ipfs_to_http()
297 av_log(h, AV_LOG_WARNING, "Unable to open resource: %s\n", fulluri); in translate_ipfs_to_http()
302 av_free(fulluri); in translate_ipfs_to_http()

Completed in 2 milliseconds